From 6cb000adf57d7af2ec4aac8fd93d12f09cc63556 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 12 Nov 2022 21:47:54 -0600 Subject: Implement CPU halt --- tb/top/conspiracion.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tb/top/conspiracion.cpp') diff --git a/tb/top/conspiracion.cpp b/tb/top/conspiracion.cpp index 6af5d0b..ef9235d 100644 --- a/tb/top/conspiracion.cpp +++ b/tb/top/conspiracion.cpp @@ -230,6 +230,7 @@ int main(int argc, char **argv) tick(); }; + top.halt = 0; top.rst_n = 0; cycle(); top.rst_n = 1; -- cgit v1.2.3