fvm.toolchains.questa_pkg.parsers.parse_design_rpt module
Warning
Callables that are not documented in the Public API are not intented to be directly used and thus may change between minor versions.
Parsers for friendliness score
- fvm.toolchains.questa_pkg.parsers.parse_design_rpt.data_from_design_summary(filename)[source]
Extracts and parses the design summary from a design report file.
- fvm.toolchains.questa_pkg.parsers.parse_design_rpt.difficulty_score(data)[source]
Computes an overall formal difficulty score according to a weighted operation of the number of elements in the design. Currently the operation is just a sum but it could be an exponential function in the future
- fvm.toolchains.questa_pkg.parsers.parse_design_rpt.difficulty_to_friendliness(difficulty)[source]
Converts difficulty score to a friendliness percentage
- fvm.toolchains.questa_pkg.parsers.parse_design_rpt.friendliness_score(data)[source]
Computes the friendliness score
- fvm.toolchains.questa_pkg.parsers.parse_design_rpt.get_design_summary(filename)[source]
Extracts the design summary section from a design report file.