tasks.py: remove debug message
This commit is contained in:
parent
5df41d4b94
commit
2a8689564c
1
tasks.py
1
tasks.py
|
@ -180,7 +180,6 @@ def test(c, target):
|
||||||
testdata_tgt = testdata_tgt.relative_to(out_sim, walk_up=True)
|
testdata_tgt = testdata_tgt.relative_to(out_sim, walk_up=True)
|
||||||
testdata.unlink(missing_ok=True)
|
testdata.unlink(missing_ok=True)
|
||||||
testdata.symlink_to(testdata_tgt, target_is_directory=True)
|
testdata.symlink_to(testdata_tgt, target_is_directory=True)
|
||||||
print("before run")
|
|
||||||
with c.cd(out_sim):
|
with c.cd(out_sim):
|
||||||
c.run(f"./TB -V {target.stem}.vcd")
|
c.run(f"./TB -V {target.stem}.vcd")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue