[script] fixe the mismatch on keywords against latest vpr
This commit is contained in:
parent
d6fe414cd1
commit
a7b22163a8
|
@ -22,8 +22,6 @@ clb_blocks = "Netlist clb blocks: ([0-9]+)", str
|
|||
io_blocks = "Netlist io blocks: ([0-9]+)", str
|
||||
mult_blocks = "Netlist mult_36 blocks: ([0-9]+)", str
|
||||
memory_blocks = "Netlist memory blocks: ([0-9]+)", str
|
||||
logic_delay = "Total logic delay: ([0-9.]+)", str
|
||||
total_net_delay = "total net delay: ([0-9.]+)", str
|
||||
total_routing_area = "Total routing area: ([0-9.]+[e|E\+[0-9]+)", str
|
||||
total_logic_block_area = "Total used logic block area: ([0-9.]+[e|E\+[0-9]+)", str
|
||||
total_wire_length = "Total wirelength: ([0-9]+)", str
|
||||
|
@ -31,7 +29,7 @@ packing_time = "Packing took ([0-9.]+) seconds", str
|
|||
placement_time = "Placement took ([0-9.]+) seconds", str
|
||||
routing_time = "Routing took ([0-9.]+) seconds", str
|
||||
average_net_length = "average net length: ([0-9.]+)", str
|
||||
critical_path = "Final critical path: ([0-9.]+) ([a-z])s", scientific
|
||||
critical_path = "Final critical path (least slack): ([0-9.]+) ([a-z])s", scientific
|
||||
total_routing_time = "Routing took ([0-9.]+) seconds", float
|
||||
|
||||
[DEFAULT_PARSE_RESULT_POWER]
|
||||
|
|
Loading…
Reference in New Issue