check_nmr¶
- spydrnet_tmr.utils.design_rule_check.drc_apply_nmr.check_nmr(netlist, all_elements_to_replicate, degree, suffix)¶
Checks to make sure all ports/instances specified to be replicated were replicated and those not specified were not replicated
- Parameters
netlist – current netlist
all_elements_to_replicate (list of Hrefs) – a list of hierarchical references to the instances and ports specified to be replicated
degree – degree of replication (e.g. 3)
suffix – suffix appended to replicas (e.g. ‘TMR’)
- Returns
True/False