File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
RTL_testcases/io_constraint_testcases/queue Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ create_clock -period 2.5 clk
Original file line number Diff line number Diff line change @@ -191,7 +191,8 @@ parse_cga exit 1; }
191
191
192
192
# #vary design to design
193
193
[ -z " $add_constraint_file " ] && echo " " || echo " add_constraint_file $add_constraint_file " >> raptor_tcl.tcl
194
-
194
+ echo " add_constraint_file constraint.sdc" >> raptor_tcl.tcl
195
+
195
196
if [ " $post_synth_sim " == true ] || [ " $post_route_sim " == true ] || [ " $bitstream_sim " == true ]; then
196
197
echo " add_simulation_file ./sim/co_sim_tb/co_sim_$design .v ./rtl/$design .v" >> raptor_tcl.tcl
197
198
echo " set_top_testbench co_sim_$design " >> raptor_tcl.tcl
@@ -257,7 +258,8 @@ parse_cga exit 1; }
257
258
[ " $tool_name " = " iverilog" ] && echo " simulate pnr icarus" >> raptor_tcl.tcl || echo " simulate pnr verilator" >> raptor_tcl.tcl
258
259
echo " clear_simulation_files" >> raptor_tcl.tcl
259
260
echo " setup_lec_sim 10" >> raptor_tcl.tcl
260
- echo " simulate timed_pnr icarus" >> raptor_tcl.tcl
261
+ echo " simulate gate icarus" >> raptor_tcl.tcl
262
+ echo " simulate pnr icarus" >> raptor_tcl.tcl
261
263
else
262
264
echo " "
263
265
fi
You can’t perform that action at this time.
0 commit comments