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: Hi-Z input ignored if min/max not > Vth #171

Closed d-m-bailey closed 6 years ago

d-m-bailey commented 6 years ago

check min/max leak paths to make sure mos could be on

if mos is always off, no error

maybe add float over vth flag

d-m-bailey commented 6 years ago

Added CVC_IGNORE_VTH_FLOATING parameter. When true, ignore floating inputs that with max voltage < source + Vth for NMOS and min voltage > source + vth for PMOS

Version 0.12.16