hdl / bazel_rules_hdl

Hardware Description Language (Verilog, VHDL, Chisel, nMigen, etc) with open tools (Yosys, Verilator, OpenROAD, etc) rules for Bazel (https://bazel.build)
Apache License 2.0
119 stars 44 forks source link

Extract the correct power totals from the logfile. #333

Closed hzeller closed 5 months ago

hzeller commented 5 months ago

There is another 'Total' in the logfile that would override the values just found (and does not have multiple columns).

Make the regex a bit more specific to only latch on the line that actually contains all the power values.