#VPR metrics at minimum channel width

#Routing Metrics
min_chan_width;Range(0.25,1.30)
routed_wirelength;RangeAbs(0.60,1.50,5)

#Area metrics
logic_block_area_total;Range(0.8,1.3)
logic_block_area_used;Range(0.8,1.3)
min_chan_width_routing_area_total;Range(0.7,1.3)
min_chan_width_routing_area_per_tile;Range(0.7,1.3)

#Run-time metrics
min_chan_width_route_time;RangeAbs(0.10,15.0,3)

#Peak memory
#We set a 100MiB minimum threshold since the memory 
#allocator (e.g. TBB vs glibc) can cause a difference
#particularly on small benchmarks
#
#Note that due to different binary search path, peak memory
#can differ significantly during binary search (e.g. a larger
#or smaller channel width explored during the search can
#significantly affect the size of the RR graph, and correspondingly
#peak memory usage in VPR. As a result we just a larger permissible
#range for peak memory usage.
max_vpr_mem;RangeAbs(0.5,2.0,102400)
