add_erl_parameters#
- VirtualComplianceGenerator.add_erl_parameters(design_name, config_file, traces, pins, pass_fail, pass_fail_criteria=0, name='ERL', project=None)#
Add Com parameters computed by SpiSim into the configuration.
- Parameters:
- design_name
str Design name.
- config_file
strorpathlib.Path Full path to
cfgfile.- traces
list List of traces to compute com parameters.
- pins
list List of list containing input pints and output pins on which compute com parameters. Pins can be names or numbers.
- pass_failbool
Whether if to compute pass fail on this parameter or not. If True, then the parameter
pass_fail_criteriahas to be set accordingly.- pass_fail_criteria
float If the criteria is greater
- name
str,optional Name of the report.
- project
str,optional Full path to the project to use for the computation of this report. If
Nonethe default project will be used.
- design_name