From 4256d89c90ca30cd59dbf9785d597bcab607adbe Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Wed, 13 Mar 2024 15:55:09 +0100 Subject: [PATCH] [hardware] Suppress questasim error on Ara's op requesters --- target/sim/vsim/start.cheshire_soc.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/sim/vsim/start.cheshire_soc.tcl b/target/sim/vsim/start.cheshire_soc.tcl index f9d6cad2..19ac5169 100644 --- a/target/sim/vsim/start.cheshire_soc.tcl +++ b/target/sim/vsim/start.cheshire_soc.tcl @@ -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 ""