Skip to content

Commit 83d5be8

Browse files
authored
Merge pull request #436 from os-fpga/task/EDA-3187/add_setup_lec_sim
added setup_lec_sim for DFF_top
2 parents 1b417f0 + c3c0ccb commit 83d5be8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RTL_testcases/Opensta_testcases/DFF_top/raptor_run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ parse_cga exit 1; }
259259
else
260260
echo ""
261261
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
262265
echo "sta">>raptor_tcl.tcl
263266
echo "power">>raptor_tcl.tcl
264267
echo "bitstream $bitstream">>raptor_tcl.tcl

0 commit comments

Comments
 (0)