Skip to content

Commit 136dd11

Browse files
committed
[test] ass pass_requirements.vpr_route_min_chan_width_small.txt
1 parent fb89115 commit 136dd11

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#VPR metrics at minimum channel width
2+
3+
#Routing Metrics
4+
min_chan_width;Range(0.25,1.50)
5+
routed_wirelength;RangeAbs(0.50,1.50,5)
6+
7+
#Area metrics
8+
logic_block_area_total;Range(0.5,1.6)
9+
logic_block_area_used;Range(0.5,1.6)
10+
min_chan_width_routing_area_total;Range(0.5,1.6)
11+
min_chan_width_routing_area_per_tile;Range(0.5,1.6)
12+
13+
#Run-time metrics
14+
min_chan_width_route_time;RangeAbs(0.10,15.0,2)
15+
16+
#Peak memory
17+
#We set a 100MiB minimum threshold since the memory
18+
#alloctor (e.g. TBB vs glibc) can cause a difference
19+
#particularly on small benchmarks
20+
#
21+
#Note that due to different binary search path, peak memory
22+
#can differ significantly during binary search (e.g. a larger
23+
#or smaller channel width explored during the search can
24+
#significantly affect the size of the RR graph, and correspondingly
25+
#peak mememory usage in VPR. As a result we just a larger permissible
26+
#range for peak memory usage.
27+
max_vpr_mem;RangeAbs(0.5,2.0,102400)

0 commit comments

Comments
 (0)