Skip to content

Commit

Permalink
[hardware] Suppress questasim error on Ara's op requesters
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Mar 13, 2024
1 parent 703a61c commit 4256d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sim/vsim/start.cheshire_soc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 "
set flags "-permissive -suppress 3009 -suppress 8386 -suppress vopt-7033 -error 7 "
if {[info exists SELCFG]} { append flags "-GSelectedCfg=${SELCFG} " }

set pargs ""
Expand Down

0 comments on commit 4256d89

Please sign in to comment.