Skip to content

Commit 4c65cef

Browse files
committed
[test] fix strong constraint
1 parent e07eee7 commit 4c65cef

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_vpr_constraint/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ qor_parse_file=qor_standard.txt
2424
pass_requirements_file=pass_requirements.txt
2525

2626
# Script parameters
27-
script_params_common =-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map --initial_pres_fac 1.0 --router_profiler_astar_fac 1.5 --seed 3 --read_vpr_constraints ../../../../floor_plan.xml:../../../../route_constraint.xml --write_vpr_constraints vpr_constraints.xml --clock_modeling ideal
27+
script_params_common =-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map --initial_pres_fac 1.0 --router_profiler_astar_fac 1.5 --seed 3 --read_vpr_constraints ../../../../vpr_constraints.xml --write_vpr_constraints vpr_constraints.xml --clock_modeling ideal

vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_vpr_constraint/floor_plan.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_vpr_constraint/route_constraint.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<vpr_constraints tool_name="vpr">
2+
<partition_list>
3+
<partition name="part0">
4+
<add_atom name_pattern="d_o"/>
5+
<add_region x_high="1" x_low="1" y_high="1" y_low="1"/>
6+
</partition>
7+
</partition_list>
8+
<global_route_constraints>
9+
<!-- specify route method for a global pin that needs to be connected globally -->
10+
<set_global_signal name="(int_clk)(.*)" route_model="route"/>
11+
<set_global_signal name="clk_ni" route_model="ideal"/>
12+
</global_route_constraints>
13+
</vpr_constraints>

0 commit comments

Comments
 (0)