check_uniquify_nmr_property¶
- spydrnet_tmr.utils.design_rule_check.drc_uniquify_nmr_property.check_uniquify_nmr_property(replicas, property_keys, suffix)¶
Checks to make sure that the specified properties were 1) uniquified and 2) uniquified correctly
- param replicas
A map from an original element to its replicas. Generated by apply_nmr
- param property_keys
A set of property keys whose values should have been made unique.
- param suffix
the suffix appended to the uniquified properties
- return
True/False