Skip to content
Snippets Groups Projects
Commit 0e1604ee authored by Martin Högstedt's avatar Martin Högstedt
Browse files

something broke

parent f4ff5587
No related branches found
No related tags found
1 merge request!13We know have asm instructions, can step forward and backward between clock cycle and asm instructions
Pipeline #131579 passed
......@@ -287,6 +287,9 @@ class Processor:
cycle_index = cycle - self.removed_cycles
if cycle_index < 0:
print("cycle index: ", cycle_index)
print("cycle: ", cycle)
print("removed: ", self.removed_cycles)
raise ValueError("The cycle to be loaded is not saved")
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment