fvm.toolchains.questa_pkg.parsers.parse_resets module

Parser for resets step results.

This module extracts checks and organizes them by categories such as Violation, Caution, Evaluation, etc.

It is specifically for Questa RDC results.

fvm.toolchains.questa_pkg.parsers.parse_resets.parse_resets_results(file_path)[source]

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

Parameters:

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

Returns:

Dictionary with categories and their check details.

Return type:

dict