d-m-bailey / cvc

CVC: Circuit Validity Checker. Check for errors in CDL netlist.
GNU General Public License v3.0
21 stars 3 forks source link

CVC: debug power files referencing undefined power #230

Open d-m-bailey opened 3 years ago

d-m-bailey commented 3 years ago

When creating debug power files, the power definitions from subcircuits may be used. If the power reference from the subcircuit does not exist in the top cell of the debug hierarchy, the power file will be unusable.

The power definition should be created with the corresponding power name from the top level of the debug hierarchy.

Ex: (vgen)/vpl=vp -> (vgen)/vpl=VDD