You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-structures Ground() as containing a Passive-typed net. Towards #114
... and associated refactors to eliminate most of the
.adapt_to(Ground()):
- Add DigitalCapacitor block, for a capacitor attached to a Digital link
- Add AnalogSetpointResistor block, for a resistor from an Analog to
Ground typically used as a programming / bias resistor
- Refactors ports using this to be AnalogSource, typically assumed
between vss and vdd
- Refactors (abstract) Crystal to be fully Passive typed, to be
consistent, and as an indication it should not be directly used in an
application circuit
- Refactors HasPassivePort to only define (and not instantiate) the net
subport, to avoid generic type issues
- Removes E2154fs091 and has it delegate the the waveshare EPD circuit
- Adds better port / component typing to the EPD driver
- Improves port typing for MAX17048
- Improve reset subcircuit structure for BH1750 and expose reset pin
- Refactor Lm4871 subcircuit to use typed ports
0 commit comments