#VPR metrics at fixed channel width

#Area metrics
logic_block_area_total;Range(0.8,1.3)
logic_block_area_used;Range(0.8,1.3)
routing_area_total;Range(0.8,1.3)
routing_area_per_tile;Range(0.8,1.3)

#Run-time metrics
crit_path_route_time;RangeAbs(0.10,10.0,2)

#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
max_vpr_mem;RangeAbs(0.8,1.35,102400)
