add_erl_parameters#

VirtualComplianceGenerator.add_erl_parameters(design_name, config_file, traces, pins, pass_fail, pass_fail_criteria=0, name='ERL', 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.

pinslist

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_criteria has to be set accordingly.

pass_fail_criteriafloat

If the criteria is greater

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.