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
"""This creates an :py:obj:`Amaranth Signature <amaranth.lib.wiring.Signature>` which is then used to decorate package output signals
189
198
intended for connection to the physical pads of the integrated circuit package.
190
199
191
200
:param width: specifies the number of individual output wires within this port, each of which will correspond to a separate physical pad on the integrated circuit package.
192
-
:type width: int
193
-
:param init: a :ref:`const-castable object <lang-constcasting>` for the initial values of the port
"""This creates an :py:obj:`Amaranth Signature <amaranth.lib.wiring.Signature>` which is then used to decorate package input signals
202
208
intended for connection to the physical pads of the integrated circuit package.
203
209
204
210
:param width: specifies the number of individual input wires within this port, each of which will correspond to a separate physical pad on the integrated circuit package.
205
-
:type width: int
206
-
:param init: a :ref:`const-castable object <lang-constcasting>` for the initial values of the port
"""This creates an :py:obj:`Amaranth Signature <amaranth.lib.wiring.Signature>` which is then used to decorate package bi-directional signals
215
219
intended for connection to the physical pads of the integrated circuit package.
216
220
217
221
:param width: specifies the number of individual input/output wires within this port. Each pair of input/output wires will correspond to a separate physical pad on the integrated circuit package.
218
-
:type width: int
219
-
:param all_have_oe: controls whether each output wire is associated with an individual Output Enable bit or a single OE bit will be used for entire port, the default value is False, indicating that a single OE bit controls the entire port.
220
-
:type all_have_oe: bool, optional
221
-
:param init: a :ref:`const-castable object <lang-constcasting>` for the initial values of the port
0 commit comments