d-m-bailey / cvc

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

CVC: min/max settings may be silently ignored #207

Open d-m-bailey opened 4 years ago

d-m-bailey commented 4 years ago

min/max settings are only processed if active. WARNINGS are issued if inactive min/max settings are invalid (higher voltage propagated for min voltage, lower voltage propagated for max voltage). However, if the min/max voltage is never activated (e.g. on input) the setting is silently ignored. after min/max processing. check for any remaining INACTIVE settings.