diff --git a/RTL_testcases/Opensta_testcases/DFF_AND2_top/raptor_run.sh b/RTL_testcases/Opensta_testcases/DFF_AND2_top/raptor_run.sh index f414ca1e7..b66b5ba55 100755 --- a/RTL_testcases/Opensta_testcases/DFF_AND2_top/raptor_run.sh +++ b/RTL_testcases/Opensta_testcases/DFF_AND2_top/raptor_run.sh @@ -259,6 +259,9 @@ parse_cga exit 1; } else echo "" fi + echo "setup_lec_sim">>raptor_tcl.tcl + [ "$tool_name" = "iverilog" ] && echo "simulate gate icarus">>raptor_tcl.tcl || echo "simulate gate verilator">>raptor_tcl.tcl + [ "$tool_name" = "iverilog" ] && echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl echo "sta">>raptor_tcl.tcl echo "power">>raptor_tcl.tcl echo "bitstream $bitstream">>raptor_tcl.tcl diff --git a/RTL_testcases/RTL_Benchmarks_Gap_Analysis/des_ao/raptor_run.sh b/RTL_testcases/RTL_Benchmarks_Gap_Analysis/des_ao/raptor_run.sh index 5dc5b9c5c..d4b336786 100755 --- a/RTL_testcases/RTL_Benchmarks_Gap_Analysis/des_ao/raptor_run.sh +++ b/RTL_testcases/RTL_Benchmarks_Gap_Analysis/des_ao/raptor_run.sh @@ -17,7 +17,7 @@ bitstream_sim=false #raptor options device="GEMINI_COMPACT_104x68" -strategy="delay" #(area, delay, mixed, none) +strategy="area" #(area, delay, mixed, none) add_constraint_file="./raptor_sdc.sdc" #Sets SDC + location constraints Constraints: set_pin_loc, set_mode, all SDC Standard commands @@ -259,6 +259,9 @@ parse_cga exit 1; } else echo "" fi + echo "setup_lec_sim">>raptor_tcl.tcl + [ "$tool_name" = "iverilog" ] && echo "simulate gate icarus">>raptor_tcl.tcl || echo "simulate gate verilator">>raptor_tcl.tcl + [ "$tool_name" = "iverilog" ] && echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl echo "sta">>raptor_tcl.tcl echo "power">>raptor_tcl.tcl echo "bitstream $bitstream">>raptor_tcl.tcl