test_i2c: generate i2c.vcd
This commit is contained in:
parent
a079da922a
commit
4ddab34714
|
@ -127,4 +127,4 @@ class TestI2C(unittest.TestCase):
|
|||
yield from check_trans(scl=False, sda=False)
|
||||
yield from wait_idle()
|
||||
|
||||
run_simulation(dut, check(), special_overrides={Tristate: _MockTristate})
|
||||
run_simulation(dut, check(), special_overrides={Tristate: _MockTristate}, vcd_name="i2c.vcd")
|
||||
|
|
Loading…
Reference in New Issue