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/simpc_term.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eater_cpu/cpp/simpc_term.cpp') 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 &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, -- cgit v1.2.3