File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
RTL_testcases/RTL_Benchmarks_Gap_Analysis Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,9 @@ parse_cga exit 1; }
259
259
else
260
260
echo " "
261
261
fi
262
+ echo " setup_lec_sim" >> raptor_tcl.tcl
263
+ [ " $tool_name " = " iverilog" ] && echo " simulate gate icarus" >> raptor_tcl.tcl || echo " simulate gate verilator" >> raptor_tcl.tcl
264
+ [ " $tool_name " = " iverilog" ] && echo " simulate pnr icarus" >> raptor_tcl.tcl || echo " simulate pnr verilator" >> raptor_tcl.tcl
262
265
echo " sta" >> raptor_tcl.tcl
263
266
echo " power" >> raptor_tcl.tcl
264
267
echo " bitstream $bitstream " >> raptor_tcl.tcl
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ start=`date +%s`
7
7
design=" gcm-aes"
8
8
ip_name=" " # design_level
9
9
# select tool (verilator, vcs, ghdl, iverilog)
10
- tool_name=" iverilog "
10
+ tool_name=" verilator "
11
11
12
12
# simulation stages
13
13
post_synth_sim=false
@@ -263,6 +263,9 @@ parse_cga exit 1; }
263
263
else
264
264
echo " "
265
265
fi
266
+ echo " setup_lec_sim" >> raptor_tcl.tcl
267
+ [ " $tool_name " = " iverilog" ] && echo " simulate gate icarus" >> raptor_tcl.tcl || echo " simulate gate verilator" >> raptor_tcl.tcl
268
+ [ " $tool_name " = " iverilog" ] && echo " simulate pnr icarus" >> raptor_tcl.tcl || echo " simulate pnr verilator" >> raptor_tcl.tcl
266
269
echo " sta" >> raptor_tcl.tcl
267
270
echo " power" >> raptor_tcl.tcl
268
271
echo " bitstream $bitstream " >> raptor_tcl.tcl
You can’t perform that action at this time.
0 commit comments