Skip to content

Commit

Permalink
Merge pull request #431 from os-fpga/task/EDA-3187/add_setup_lec_sim
Browse files Browse the repository at this point in the history
EDA-3187 added setup_lec_sim for des_ao and DFF_AND2_top
  • Loading branch information
NadeemYaseen authored Oct 30, 2024
2 parents 587c414 + 0b678ab commit 0617f1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RTL_testcases/Opensta_testcases/DFF_AND2_top/raptor_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0617f1b

Please sign in to comment.