Skip to content

Commit 4abdcdc

Browse files
committed
[test] add small circuit timing
1 parent 576ee76 commit 4abdcdc

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#VPR metrics at minimum channel width with timing
2+
%include "../common/pass_requirements.vpr_route_min_chan_width_small.txt"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#VPR metrix at relaxed (relative to minimum) channel width with timing
2+
%include "../common/pass_requirements.vpr_route_relaxed_chan_width_small.txt"
3+
4+
#Routing Metrics
5+
crit_path_routed_wirelength;Range(0.40,1.60)
6+
7+
#Area Metrics
8+
crit_path_routing_area_total;Range(0.5,1.5)
9+
crit_path_routing_area_per_tile;Range(0.5,1.5)
10+
11+
#Run-time Metrics
12+
crit_path_route_time;RangeAbs(0.10,10.0,2)
13+
#Timing Metrics
14+
critical_path_delay;Range(0.40,1.60)
15+
geomean_nonvirtual_intradomain_critical_path_delay;Range(0.40,1.60)
16+
setup_TNS;Range(0.40,1.60)
17+
setup_WNS;Range(0.40,1.60)
18+
#hold_TNS;Range(0.05,20.00)
19+
#hold_WNS;Range(0.05,20.00)

0 commit comments

Comments
 (0)