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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Jellybean components, besides the existing to= can now be sprinkled
in code using the ^ series operator:
vcc ^ R("10k") ^ another_net ^ R("10k") ^ gnd
Also improved the documentation for JellyBean, including this new operator.
BUG=Closes Issue #20
TEST=See voltage_divider.py
TEST=To follow in test/
Similar to CBOLD's ^ operator.
Instead of:
vcc << R(to=C(to=gnd))
We could have:
vcc ^ R() ^ C() ^ gnd
The text was updated successfully, but these errors were encountered: