Skip to content

Commit

Permalink
Remove optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaus1 committed Dec 4, 2024
1 parent 0a54698 commit e6fc609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/sim/vsim/start.cheshire_soc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ if { ![info exists CXX_PATH] } {
# Set voptargs only if not already set to make overridable.
# Default on fast simulation flags.
if { ![info exists VOPTARGS] } {
set VOPTARGS "-O5 +acc=p+tb_cheshire_soc. +noacc=p+cheshire_soc. +acc=r+stream_xbar"
set VOPTARGS "-O5 +acc=p+tb_cheshire_soc. +acc=r+stream_xbar"
}
#+noacc=p+cheshire_soc.

set flags "-permissive -suppress 3009 -suppress 8386 -error 7 -cpppath ${CXX_PATH} "
if { [info exists SELCFG] } { append flags "-GSelectedCfg=${SELCFG} " }
Expand Down

0 comments on commit e6fc609

Please sign in to comment.