Skip to content

Commit cfa50aa

Browse files
committed
Reduce figure size.
1 parent 38ed8f9 commit cfa50aa

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

pyrtl/gate_graph.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,11 @@ class Gate:
8787
:class:`WireVector`. So this :class:`.LogicNet` and :class:`.WireVector`::
8888
8989
┌──────────────────┐
90-
│ LogicNet │
91-
│ op: o │
92-
│ args: [x, y] │
93-
│ │ ┌───────────────────┐
94-
│ dests:───────┼───▶│ WireVector │
95-
└──────────────────┘ │ name: n │
96-
│ bitwidth: b │
97-
└───────────────────┘
90+
│ LogicNet │ ┌───────────────────┐
91+
│ op: o │ │ WireVector │
92+
│ args: [x, y] │ │ name: n │
93+
│ dests:───────┼───▶│ bitwidth: b │
94+
└──────────────────┘ └───────────────────┘
9895
9996
Are equivalent to this :class:`Gate`::
10097

0 commit comments

Comments
 (0)