We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d6093 commit b5198f0Copy full SHA for b5198f0
chipflow_lib/platforms/utils.py
@@ -159,8 +159,8 @@ def InputPinSignature(width, **kwargs):
159
160
161
def BidirPinSignature(width, **kwargs):
162
- """This creates Amaranth Signtaure used to decorate package bidirectional wires that would
163
- be connected to the pads on the package.
+ """This creates Amaranth Signtaure used to decorate package bidirectional wires
+ that would be connected to the pads on the package.
164
This creates an Amaranth Signature which is then used to decorate bi-directional signals
165
intended for connection to the physical pads of the integrated circuit package.
166
0 commit comments