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 poweron propagation #185

Open d-m-bailey opened 6 years ago

d-m-bailey commented 6 years ago

for example, when there is no pull up, low voltage may temporarily be set to a value lower than the lowest voltage. This voltage is detected as invalid in later processing and removed, but may cause false errors in mos diode checks.

possible skip mos diode messages for calculated voltages that have not been verified.