back.pysim: Simulator({gtkw_signals→traces}=).
This commit is contained in:
parent
e3f32a1faf
commit
9307a31678
3 changed files with 5 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ class SimulatorUnitTestCase(FHDLTestCase):
|
|||
with Simulator(frag,
|
||||
vcd_file =open("test.vcd", "w"),
|
||||
gtkw_file=open("test.gtkw", "w"),
|
||||
gtkw_signals=[*isigs, osig]) as sim:
|
||||
traces=[*isigs, osig]) as sim:
|
||||
def process():
|
||||
for isig, input in zip(isigs, inputs):
|
||||
yield isig.eq(input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue