mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Exclude no cache subsystem from src
This commit is contained in:
parent
6b4a6b59b2
commit
b4c5873021
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -76,7 +76,8 @@ src := $(filter-out src/ariane_regfile.sv, $(wildcard src/*.sv)) \
|
|||
$(filter-out src/fpu_div_sqrt_mvp/hdl/defs_div_sqrt_mvp.sv, \
|
||||
$(wildcard src/fpu_div_sqrt_mvp/hdl/*.sv)) \
|
||||
$(wildcard src/frontend/*.sv) \
|
||||
$(wildcard src/cache_subsystem/*.sv) \
|
||||
$(filter-out src/cache_subsystem/std_no_dcache.sv, \
|
||||
$(wildcard src/cache_subsystem/*.sv)) \
|
||||
$(wildcard bootrom/*.sv) \
|
||||
$(wildcard src/clint/*.sv) \
|
||||
$(wildcard fpga/src/apb_uart/src/*.vhd) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue