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: missing circuits for power definitions and power errors in circuit power definitions should cause abort #222

Open d-m-bailey opened 3 years ago

d-m-bailey commented 3 years ago

Currently, if a hierarchical power file is defined and the circuit does not exist an error message is output, but the program continues.

Also, if there is a missing signal that does not exist in the subcircuit, and error message is output, but the program continues.

Both errors should results in program abort.