diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-09 07:47:35 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-09 07:47:51 -0600 |
| commit | e2888796fae6f620e7774d598fe88b8ee48a5884 (patch) | |
| tree | 7bd997211462e8a7bfafc65b2d3159547883b52d /tb/sim/hazards.py | |
| parent | b6af88a04f281483e8fef961eb4d0b2bf60ee7f0 (diff) | |
Fix bus protocol errors in bus master
Diffstat (limited to 'tb/sim/hazards.py')
| -rw-r--r-- | tb/sim/hazards.py | 2 |
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(): |
