mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[sim} clean-up run.py
This commit is contained in:
parent
0044f3a810
commit
8950cb7257
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ NEORV32 = PRJ.add_library("neorv32")
|
|||
NEORV32.add_source_files([
|
||||
ROOT / "*.vhd",
|
||||
ROOT / ".." / "rtl" / "**" / "*.vhd",
|
||||
# In VUnit <=v4.5.0, the glob search is not recursive,
|
||||
# hence subdir 'mem' is not picked by the previous pattern
|
||||
ROOT / ".." / "rtl" / "core" / "mem" / "*.vhd"
|
||||
])
|
||||
|
||||
NEORV32.test_bench("neorv32_tb").set_generic("ci_mode", args.ci_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue