Skip to content

Commit c7d3487

Browse files
committed
pass_requirements update
1 parent 7fc2332 commit c7d3487

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_pack_place.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ device_limiting_resources;Equal()
1919
device_name;Equal()
2020

2121
#Run-time
22-
pack_time;RangeAbs(0.10,10.0,2)
22+
#pack_time;RangeAbs(0.10,10.0,2) -> Yosys32 compatible
23+
pack_time;RangeAbs(0.08,10.0,2)
2324
place_time;RangeAbs(0.10,10.0,2)

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_route_min_chan_width_small.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ min_chan_width_routing_area_total;Range(0.5,1.6)
1111
min_chan_width_routing_area_per_tile;Range(0.5,1.6)
1212

1313
#Run-time metrics
14-
min_chan_width_route_time;RangeAbs(0.10,15.0,2)
14+
#min_chan_width_route_time;RangeAbs(0.10,15.0,2) -> Yosys32 compatible
15+
min_chan_width_route_time;RangeAbs(0.09,15.0,2)
16+
1517

1618
#Peak memory
1719
#We set a 100MiB minimum threshold since the memory

0 commit comments

Comments
 (0)