summaryrefslogtreecommitdiff
path: root/eater_cpu/cpp/Veater_computer__main.cpp
diff options
context:
space:
mode:
authoruvok2026-01-25 16:08:13 +0100
committeruvok2026-01-25 16:08:13 +0100
commit4576b63b0aed78f276586391784241aa70da402e (patch)
tree9c6fe1cc9cabe87bcaed69b1cbb6606fa22738d7 /eater_cpu/cpp/Veater_computer__main.cpp
parentd4c7711c21e5fef75d966a32dce96f9abc5af8b2 (diff)
eater: fix iverilog errors
b/c of OUT name clashes
Diffstat (limited to 'eater_cpu/cpp/Veater_computer__main.cpp')
-rw-r--r--eater_cpu/cpp/Veater_computer__main.cpp2
1 files changed, 1 insertions, 1 deletions
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<Veater_computer> &topp) {
0x3d,
// STA 11
0x4b,
- // OUT
+ // OUT_op
0xe0,
// LDI 4
0x54,