[Script] Update default list of result extraction for openfpga flow
This commit is contained in:
parent
adfbd28a7a
commit
23e7f7f1f5
|
@ -19,6 +19,9 @@ valid_flows = vpr_blif,yosys_vpr
|
||||||
[DEFAULT_PARSE_RESULT_VPR]
|
[DEFAULT_PARSE_RESULT_VPR]
|
||||||
# parser format <name of variable> = <regex string>, <lambda function/type>
|
# parser format <name of variable> = <regex string>, <lambda function/type>
|
||||||
clb_blocks = "Netlist clb blocks: ([0-9]+)", str
|
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
|
logic_delay = "Total logic delay: ([0-9.]+)", str
|
||||||
total_net_delay = "total net delay: ([0-9.]+)", str
|
total_net_delay = "total net delay: ([0-9.]+)", str
|
||||||
total_routing_area = "Total routing area: ([0-9.]+)", str
|
total_routing_area = "Total routing area: ([0-9.]+)", str
|
||||||
|
|
Loading…
Reference in New Issue