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 1b417f0 + c3c0ccb commit 83d5be8Copy full SHA for 83d5be8
RTL_testcases/Opensta_testcases/DFF_top/raptor_run.sh
@@ -259,6 +259,9 @@ parse_cga exit 1; }
259
else
260
echo ""
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
265
echo "sta">>raptor_tcl.tcl
266
echo "power">>raptor_tcl.tcl
267
echo "bitstream $bitstream">>raptor_tcl.tcl
0 commit comments