summaryrefslogtreecommitdiff
path: root/eater_cpu/cpp/simpc_term.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/simpc_term.cpp
parentd4c7711c21e5fef75d966a32dce96f9abc5af8b2 (diff)
eater: fix iverilog errors
b/c of OUT name clashes
Diffstat (limited to 'eater_cpu/cpp/simpc_term.cpp')
-rw-r--r--eater_cpu/cpp/simpc_term.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eater_cpu/cpp/simpc_term.cpp b/eater_cpu/cpp/simpc_term.cpp
index b0396a1..c60e690 100644
--- a/eater_cpu/cpp/simpc_term.cpp
+++ b/eater_cpu/cpp/simpc_term.cpp
@@ -80,7 +80,7 @@ void simpc_ui_write(const std::unique_ptr<Veater_computer> &topp, uint64_t i) {
topp->eater_computer->A->r_datastore,
topp->eater_computer->B->r_datastore,
topp->eater_computer->alu->result,
- topp->eater_computer->OUT->r_datastore);
+ topp->eater_computer->OUT_reg->r_datastore);
// PRINT_ME(
// 8, NCUR_X, "%c%8d\t%c%8d\t%c%8d\t%11d",
// topp->computer->store_to_A_int ? '*' : ' ', topp->computer->reg_A_int,