We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4661fe1 commit f8bce22Copy full SHA for f8bce22
2 files changed
docs/release_notes/4.2.0.rst
@@ -0,0 +1,5 @@
1
+- Add ``-m/--minimal`` flag to only compile what is necessary for selected tests.
2
+- Fix axi_stream VC for 0-length tid/tdest/tuser.
3
+- Fix work reference for non-lower case library names. :vunit_issue:`556`
4
+- Add ``init_files.before_run`` hook to RivieraPRO and ModelSim.
5
+- Do not add extra quotes when invoking a gtkwave subprocess. :vunit_issue:`563`
vunit/about.py
@@ -68,6 +68,6 @@ def version():
68
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])
69
70
71
-VERSION = (4, 1, 1)
+VERSION = (4, 2, 0)
72
73
PRE_RELEASE = True
0 commit comments