Closed stephancill closed 2 years ago
I can confirm latest tagged release (v0.2.2) has this issue with iverilog (regression introduced by 313d51c6737), but seems to have been fixed in later commits. So try installing from repo directly:
git clone https://github.com/themperek/cocotb-test.git
pip install -v -e cocotb-test
@hansemro Thank you for the report. Should be fixed.
I am trying to get my verilog file to dump waves when compiled with iverilog. But when I run tests with the
WAVES=1
env variable I get the following error:I think this got broken somewhere down the line after it got implemented because the original implementation in https://github.com/themperek/cocotb-test/pull/116 worked.
Demo repo available here: https://github.com/stephancill/cocotb-test-waves-bug-demo