Hi, I'm using KiCad (well, "fumbling with" might be more accurate) and building a circuit using the LM5175.
KiCad rules check is choking on the device (TI's model) because pin 23 labeled VCC is actually a power output, but KiCad thinks it's a power input.
Likewise, pin 2 labeled VIN is the true power input, but KiCad complains it's not driven. Actually, it is, by a cap, but I've not figured out how to tell kicad the cap initial state is charged to a given voltage.
1) can the model be fixed so pin 23 isn't listed as a power in but rather an output?
2) Can anyone point me in the right direction to give a cap an initial value?
Thanks!