From 1d6e5c813516a162b2b25053657b259ff8d77b54 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 19 Jan 2026 18:29:40 +0100 Subject: eater,sim: Make decoder state actually public-flar --- 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 8f11b21..425fa4e 100644 --- a/eater_cpu/cpp/Veater_computer__main.cpp +++ b/eater_cpu/cpp/Veater_computer__main.cpp @@ -66,7 +66,7 @@ int main(int argc, char **argv, char **) { topp->clk_in = !topp->clk_in; if (topp->eater_computer->PC_out == 3 && - topp->eater_computer->__PVT__decoder__DOT__internal_state == 0x01) + topp->eater_computer->decoder__DOT__internal_state == 0x01) break; } contextp->timeInc(10); -- cgit v1.2.3