Releases: dpretet/svut
Releases · dpretet/svut
v1.10.0: Support FST waveform format
v1.9.3: Avoid error count on UNIT_TEST_END call
Prevent Additional Error Count Increment in UNIT_TEST_END #31
v1.9.2: Fix Release
v1.9.1
v1.9.0
v1.8.0
v1.6.1: Fix missing defines in Verilator command
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Misc. updates for this new iteration:
- pass to python 3 and clean the code
- rely in python template engine for SystemVerilog and cpp generated files
- add more information in README
- move to GitHub Actions and enhance the regression scope
- start a first support of Verilator. Execution is OK, needs to enhance cpp template and prepare a svut.h to bring equivalent SystemVerilog macros in C++ world. Will be probably minimal and based on existing unit test flow
v1.5.6
v1.5.4: Fix: Correct reg string substitution during instance creation to avoid
corruption of word like 'arregion' to 'arlogicion'