add_report#

VirtualComplianceGenerator.add_report(design_name, config_file, traces, report_type, pass_fail, group_plots, name, project=None)[source]#

Add Com parameters computed by SpiSim into the configuration.

Parameters:
design_namestr

Design name.

config_filestr

Full path to cfg file.

traceslist

List of traces to compute com parameters.

report_typestr

Report Type.

pass_failbool

Whether if to compute pass fail on this parameter or not.

group_plotsbool

Whether if to group all the traces in the same plot or not.

namestr, optional

Name of the report.

projectstr, optional

Full path to the project to use for the computation of this report. If None the default project will be used.