-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Dot
s Feature
#5
Comments
Dumb question If I draw a vertical wire
then I draw a horizontal one
It seems I will not get a dot. But I also can't add one?
So to force this connection I should draw:
? |
Not a dumb question! The way you'd get that third picture, both in most schematic-editors I know and in the intent here, is to add a vertex in the middle, then draw the second half of the horizontal line. So this:
Turns to this:
And then to this:
Now the part you probably can't tell is that doing so does work in Hdl21 Schematics, right now. If you stick that vertex right in the middle (by clicking and then continuing), the horizontal wire will be connected to the vertical one. We just don't draw the dots yet, so it's not terribly visually clear. |
There's another possible method, which some schematic editors have: a sort of "add dot where wires are currently flying-over each other" UI mechanism. In Virtuoso, for example, I believe double-clicking on the middle of this picture:
Would turn it to this one:
You can imagine plenty of other mechanisms, e.g. a right-click menu or an "add dots" UI mode. |
gotcha. |
119d676 adds the dots to the SVG content, and "dot inference" on loading. Primary downside for now:
This will be slow. But it's a start. |
The last pending attribute of each
Schematic
is theDot
.These are intended as visual aids for connectivity annotations.
Pending thoughts on their implementation:
The text was updated successfully, but these errors were encountered: