Enable RVFI_MEM support at gate level. (#1113)

This commit is contained in:
Zbigniew Chamski 2023-03-12 22:17:51 +01:00 committed by GitHub
parent 56ecad1ace
commit c288812008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)