summaryrefslogtreecommitdiff
path: root/tb/sim/hazards.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-09 07:47:35 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-09 07:47:51 -0600
commite2888796fae6f620e7774d598fe88b8ee48a5884 (patch)
tree7bd997211462e8a7bfafc65b2d3159547883b52d /tb/sim/hazards.py
parentb6af88a04f281483e8fef961eb4d0b2bf60ee7f0 (diff)
Fix bus protocol errors in bus master
Diffstat (limited to 'tb/sim/hazards.py')
-rw-r--r--tb/sim/hazards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/sim/hazards.py b/tb/sim/hazards.py
index b89b15b..8699c47 100644
--- a/tb/sim/hazards.py
+++ b/tb/sim/hazards.py
@@ -1,6 +1,6 @@
SP = 256
-cycles = 256
+cycles = 1024
mem_dumps = [range(SP - 4, SP)]
def final():