mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Enable RVFI_MEM support at gate level. (#1113)
This commit is contained in:
parent
56ecad1ace
commit
c288812008
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ endif
|
|||
|
||||
pre_cva6_synth:
|
||||
grep "CVA6_REPO_DIR\}" ../../core/Flist.cva6|grep -v "instr_tracer"|grep -v "incdir" > Flist.cva6_synth
|
||||
sed -i "s/^/analyze -f sverilog -define {WT_DCACHE,RVFI_TRACE} -lib ariane_lib /" Flist.cva6_synth
|
||||
sed -i "s/^/analyze -f sverilog -define {WT_DCACHE,RVFI_TRACE,RVFI_MEM} -lib ariane_lib /" Flist.cva6_synth
|
||||
|
||||
cva6_synth: pre_cva6_synth
|
||||
@echo $(PERIOD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue