diff --git a/target/sim/vsim/start.cheshire_soc.tcl b/target/sim/vsim/start.cheshire_soc.tcl index 4bbd48a1..f54312ec 100644 --- a/target/sim/vsim/start.cheshire_soc.tcl +++ b/target/sim/vsim/start.cheshire_soc.tcl @@ -27,8 +27,7 @@ if { ![info exists VOPTARGS] } { set VOPTARGS "-O5 +acc=p+tb_cheshire_soc. +noacc=p+cheshire_soc. +acc=r+stream_xbar" } -set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -suppress vopt-7033 \ - -cpppath ${CXX_PATH} " +set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -cpppath ${CXX_PATH} " if { [info exists SELCFG] } { append flags "-GSelectedCfg=${SELCFG} " } set pargs ""