fvm.toolchains.questa_pkg.parsers.parse_clocks module

Parser for clocks step results.

This module extracts checks and organizes them by categories such as Violations, Cautions, Evaluations, etc.

It is specifically for Questa CDC results.

fvm.toolchains.questa_pkg.parsers.parse_clocks.parse_clocks_results(file_path)[source]

Parse a clocks step results file and return a dictionary with check details.

Parameters:

file_path (str) – Path to the clocks results file.

Returns:

Dictionary with categories and their check details.

Return type:

dict