Skip to content

Commit fb89115

Browse files
committed
[test] add pass_requirements.vpr_route_fixed_chan_width_small.txt
1 parent d06e436 commit fb89115

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#VPR metrics at fixed channel width
2+
3+
#Area metrics
4+
logic_block_area_total;Range(0.5,1.6)
5+
logic_block_area_used;Range(0.5,1.6)
6+
routing_area_total;Range(0.5,1.6)
7+
routing_area_per_tile;Range(0.5,1.6)
8+
9+
#Run-time metrics
10+
crit_path_route_time;RangeAbs(0.10,10.0,2)
11+
12+
#Peak memory
13+
#We set a 100MiB minimum threshold since the memory
14+
#alloctor (e.g. TBB vs glibc) can cause a difference
15+
#particularly on small benchmarks
16+
max_vpr_mem;RangeAbs(0.8,1.203,102400)

0 commit comments

Comments
 (0)