Closed mczyz-antmicro closed 8 months ago
They are text protos. https://protobuf.dev/reference/protobuf/textformat-spec/
Exactly what I was looking for is at the bottom of the page you linked, thanks!
Working programmatically with textproto files:
https://protobuf.dev/reference/cpp/api-docs/google.protobuf.text_format/
If you want to parse them
Textproto files are generated from
generate_power_results
andgenerate_area_results
, which are used in the global_routing.tcl. What syntax are they meant to be? By file extension, I presume that they are meant to be protobuf files, but unfortunately they are not consistent with protobuf syntax (you can test with protolinter). I propose to make effort to make these files consistent.Example of generated file: