mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
fixup! Adds cacheable region rules to the configuration script, modify instruction traces such that it can be used with VCS
This commit is contained in:
parent
5797e0f6e2
commit
d71c8ff69b
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -456,12 +456,13 @@ check-torture:
|
|||
diff -s $(riscv-torture-dir)/$(test-location).spike.sig $(riscv-torture-dir)/$(test-location).rtlsim.sig
|
||||
|
||||
fpga_filter := $(addprefix $(root-dir), bootrom/bootrom.sv)
|
||||
fpga_filter += $(addprefix $(root-dir), src/util/instruction_tracer.sv)
|
||||
|
||||
fpga: $(ariane_pkg) $(util) $(src) $(fpga_src) $(util) $(uart_src)
|
||||
fpga: $(ariane_pkg) $(util) $(src) $(fpga_src) $(uart_src)
|
||||
@echo "[FPGA] Generate sources"
|
||||
@echo read_vhdl {$(uart_src)} > fpga/scripts/add_sources.tcl
|
||||
@echo read_verilog -sv {$(ariane_pkg)} >> fpga/scripts/add_sources.tcl
|
||||
@echo read_verilog -sv {$(util)} >> fpga/scripts/add_sources.tcl
|
||||
@echo read_verilog -sv {$(filter-out $(fpga_filter), $(util))} >> fpga/scripts/add_sources.tcl
|
||||
@echo read_verilog -sv {$(filter-out $(fpga_filter), $(src))} >> fpga/scripts/add_sources.tcl
|
||||
@echo read_verilog -sv {$(fpga_src)} >> fpga/scripts/add_sources.tcl
|
||||
@echo "[FPGA] Generate Bitstream"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue