summaryrefslogtreecommitdiff
path: root/tb
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-12 21:47:54 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-13 05:54:44 -0600
commit6cb000adf57d7af2ec4aac8fd93d12f09cc63556 (patch)
tree39610a5bd40d8fbb5b0ffd54252113f859dc3c71 /tb
parent6281f45ac01e113f2b59fe6f49baad0cc8ab16fc (diff)
Implement CPU halt
Diffstat (limited to '')
-rw-r--r--tb/top/conspiracion.cpp1
1 files changed, 1 insertions, 0 deletions
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;