Skip to content
Snippets Groups Projects
Commit a25746b1 authored by Johannes Kung's avatar Johannes Kung Committed by Martin Högstedt
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b0b8b9b5
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 #131572 passed
...@@ -14,7 +14,7 @@ class RunThread(QRunnable): ...@@ -14,7 +14,7 @@ class RunThread(QRunnable):
""" """
def __init__(self, cpu, signal, delay: float, run_continuously=True, def __init__(self, cpu, signal, delay: float, run_continuously=True,
is_asm_instruciton=False, steps=0): step_asm=False, steps=0):
super().__init__() super().__init__()
self.cpu = cpu self.cpu = cpu
self.signal = signal self.signal = signal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment