We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ed8f9 commit cfa50aaCopy full SHA for cfa50aa
1 file changed
pyrtl/gate_graph.py
@@ -87,14 +87,11 @@ class Gate:
87
:class:`WireVector`. So this :class:`.LogicNet` and :class:`.WireVector`::
88
89
┌──────────────────┐
90
- │ LogicNet │
91
- │ op: o │
92
- │ args: [x, y] │
93
- │ │ ┌───────────────────┐
94
- │ dests:───────┼───▶│ WireVector │
95
- └──────────────────┘ │ name: n │
96
- │ bitwidth: b │
97
- └───────────────────┘
+ │ LogicNet │ ┌───────────────────┐
+ │ op: o │ │ WireVector │
+ │ args: [x, y] │ │ name: n │
+ │ dests:───────┼───▶│ bitwidth: b │
+ └──────────────────┘ └───────────────────┘
98
99
Are equivalent to this :class:`Gate`::
100
0 commit comments