We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f6a7dc + de40164 commit 064093bCopy full SHA for 064093b
RTL_testcases/opensource_with_testbench/Briey_soc/raptor_run.sh
@@ -10,8 +10,8 @@ ip_name="" #design_level
10
tool_name="iverilog"
11
12
#simulation stages
13
-post_synth_sim=false
14
-post_route_sim=false
+post_synth_sim=true
+post_route_sim=true
15
bitstream_sim=false
16
17
#raptor options
@@ -200,7 +200,7 @@ parse_cga exit 1; }
200
[ -z "$strategy" ] && echo "" || echo "synthesize $strategy">>raptor_tcl.tcl
201
202
if [ "$post_synth_sim" == true ] || [ "$post_route_sim" == true ] || [ "$bitstream_sim" == true ]; then
203
- echo "setup_lec_sim 2 2">>raptor_tcl.tcl
+ echo "setup_lec_sim 10 2">>raptor_tcl.tcl
204
else
205
echo ""
206
fi
0 commit comments