Skip to content

Commit

Permalink
target/vsim: remove vsim Ara error suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Oct 10, 2024
1 parent 5932c57 commit 41dbd1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions target/sim/vsim/start.cheshire_soc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 41dbd1b

Please sign in to comment.