Hello,
Still just kicking the tires on PyMTL3 (messing around with RegIncr stuff) (an example of the test I'm running is below the sign off)
Once simple thing I can't do is VCD dumps (i.e. the old --dump-vcd command line options is rejected). Is that something that the public version of PyMTL3 doesn't do yet?
Thanks,
Sebastian
def test_small( ):
run_test_vector_sim( RegIncr(8), [
('in_ out*'),
[ 0x00, '?' ],
[ 0x03, 0x01 ],
[ 0x06, 0x04 ],
[ 0x00, 0x07 ],
], )