Skip to content

Commit a93d0d1

Browse files
committed
Release 4.0.8
1 parent 7e90f4f commit a93d0d1

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/release_notes/4.0.8.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Fix vivado submodule missing from release. :vunit_issue:`415`
2+
- Add support for checking AXI response in axi_lite_master
3+
- Fix bug with coverage flag not working with unique-sim in rivierapro
4+
- Support for Avalon-MM burst transfers
5+
- Unsure LICENSE_QUEUE environment variable is in effect for RivieraPRO

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def find_all_files(directory, endings=None):
4343
'vunit.test',
4444
'vunit.parsing',
4545
'vunit.parsing.verilog',
46+
'vunit.vivado',
4647
'vunit.test.lint',
4748
'vunit.test.unit',
4849
'vunit.test.acceptance'],

vunit/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def version():
6868
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])
6969

7070

71-
VERSION = (4, 0, 7)
71+
VERSION = (4, 0, 8)
7272

7373
# DO NOT TOUCH: Only set to False by PyPI deployment script
7474
PRE_RELEASE = True

0 commit comments

Comments
 (0)