Skip to content

Commit d214d1d

Browse files
committed
target/vsim: remove vsim Ara-related error suppression
1 parent 5932c57 commit d214d1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

target/sim/vsim/start.cheshire_soc.tcl

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ if { ![info exists VOPTARGS] } {
2727
set VOPTARGS "-O5 +acc=p+tb_cheshire_soc. +noacc=p+cheshire_soc. +acc=r+stream_xbar"
2828
}
2929

30-
set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -suppress vopt-7033 \
31-
-cpppath ${CXX_PATH} "
30+
set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -cpppath ${CXX_PATH} "
3231
if { [info exists SELCFG] } { append flags "-GSelectedCfg=${SELCFG} " }
3332

3433
set pargs ""

0 commit comments

Comments
 (0)