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

this feature is not broken, its load cycle that this feature uses

parent 0e1604ee
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 #131580 passed
...@@ -287,9 +287,6 @@ class Processor: ...@@ -287,9 +287,6 @@ class Processor:
cycle_index = cycle - self.removed_cycles cycle_index = cycle - self.removed_cycles
if cycle_index < 0: 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") raise ValueError("The cycle to be loaded is not saved")
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment