From 4576b63b0aed78f276586391784241aa70da402e Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 25 Jan 2026 16:08:13 +0100 Subject: eater: fix iverilog errors b/c of OUT name clashes --- eater_cpu/cpp/Veater_computer__main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eater_cpu/cpp/Veater_computer__main.cpp') diff --git a/eater_cpu/cpp/Veater_computer__main.cpp b/eater_cpu/cpp/Veater_computer__main.cpp index 3bdb786..e7dc553 100644 --- a/eater_cpu/cpp/Veater_computer__main.cpp +++ b/eater_cpu/cpp/Veater_computer__main.cpp @@ -28,7 +28,7 @@ void load_program(const std::unique_ptr &topp) { 0x3d, // STA 11 0x4b, - // OUT + // OUT_op 0xe0, // LDI 4 0x54, -- cgit v1.2.3