We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5932c57 commit d214d1dCopy full SHA for d214d1d
target/sim/vsim/start.cheshire_soc.tcl
@@ -27,8 +27,7 @@ if { ![info exists VOPTARGS] } {
27
set VOPTARGS "-O5 +acc=p+tb_cheshire_soc. +noacc=p+cheshire_soc. +acc=r+stream_xbar"
28
}
29
30
-set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -suppress vopt-7033 \
31
- -cpppath ${CXX_PATH} "
+set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -cpppath ${CXX_PATH} "
32
if { [info exists SELCFG] } { append flags "-GSelectedCfg=${SELCFG} " }
33
34
set pargs ""
0 commit comments