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 was archived by the owner on Jan 10, 2023. It is now read-only.
Sometimes one wants to write something like this near an MCU:
The idea is that
saved_net_variable
(akaNet("MORE_HERE")
) is used in other places in the circuit later on.The problem is that the ^ operator makes the expression lose the reference to Net("MORE_HERE")`
Then in needs to be rewritten in separate lines:
But that's kind of ugly, and both me and Jim don't like it (especially if there's many of them).
The to= argument could have done this on one line, but it's even uglier:
Here's a bug to dump thoughts about improving this.
The text was updated successfully, but these errors were encountered: