We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22164ac commit acf12a9Copy full SHA for acf12a9
place_and_route/private/benchmark.bzl
@@ -67,7 +67,7 @@ def benchmark(ctx, open_road_info):
67
"combos=$(cat {log} | awk '/combinational cell/ {{ print 0 + $4 }}');",
68
"flops=$(cat {log} | awk '/Sequential cell/ {{ print 0 + $3 }}');",
69
"buffs=$(cat {log} | awk '/Buffer/ {{ buffer=$2; exit }} END {{ print 0 + buffers }}');",
70
- "tbuffs=$(cat {log} | awk '/Timing Repair/ {{ print 0 + $4 }}');",
+ "tbuffs=$(cat {log} | awk '/Timing Repair Buffer/ {{ print 0 + $4 }}');",
71
"wns=$(cat {log} | awk '/wns/ {{ print $2 }}');",
72
"tns=$(cat {log} | awk '/tns/ {{ print $2 }}');",
73
"tot_pow=$(cat {log} | awk '/^Total / {{ total_power=$5 }} END {{ print total_power }}');",
0 commit comments