Skip to content

Commit 064093b

Browse files
authored
Merge pull request #427 from os-fpga/EDA-3187-add-setup-lec-sim
EDA-3187 added setup_lec_sim for Briey
2 parents 4f6a7dc + de40164 commit 064093b

File tree

2 files changed

+896
-896
lines changed

2 files changed

+896
-896
lines changed

RTL_testcases/opensource_with_testbench/Briey_soc/raptor_run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ip_name="" #design_level
1010
tool_name="iverilog"
1111

1212
#simulation stages
13-
post_synth_sim=false
14-
post_route_sim=false
13+
post_synth_sim=true
14+
post_route_sim=true
1515
bitstream_sim=false
1616

1717
#raptor options
@@ -200,7 +200,7 @@ parse_cga exit 1; }
200200
[ -z "$strategy" ] && echo "" || echo "synthesize $strategy">>raptor_tcl.tcl
201201

202202
if [ "$post_synth_sim" == true ] || [ "$post_route_sim" == true ] || [ "$bitstream_sim" == true ]; then
203-
echo "setup_lec_sim 2 2">>raptor_tcl.tcl
203+
echo "setup_lec_sim 10 2">>raptor_tcl.tcl
204204
else
205205
echo ""
206206
fi

0 commit comments

Comments
 (0)