@@ -55,8 +55,8 @@ class AsyncSerialRX(Elaboratable):
55
55
Data width.
56
56
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
57
57
Parity mode.
58
- pins : :class:`nmigen .lib.io.Pin`
59
- Optional. UART pins. See :class:`nmigen_boards .resources.UARTResource` for layout.
58
+ pins : :class:`amaranth .lib.io.Pin`
59
+ Optional. UART pins. See :class:`amaranth_boards .resources.UARTResource` for layout.
60
60
61
61
Attributes
62
62
----------
@@ -160,8 +160,8 @@ class AsyncSerialTX(Elaboratable):
160
160
Data width.
161
161
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
162
162
Parity mode.
163
- pins : :class:`nmigen .lib.io.Pin`
164
- Optional. UART pins. See :class:`nmigen_boards .resources.UARTResource` for layout.
163
+ pins : :class:`amaranth .lib.io.Pin`
164
+ Optional. UART pins. See :class:`amaranth_boards .resources.UARTResource` for layout.
165
165
166
166
Attributes
167
167
----------
@@ -243,8 +243,8 @@ class AsyncSerial(Elaboratable):
243
243
Data width.
244
244
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
245
245
Parity mode.
246
- pins : :class:`nmigen .lib.io.Pin`
247
- Optional. UART pins. See :class:`nmigen_boards .resources.UARTResource` for layout.
246
+ pins : :class:`amaranth .lib.io.Pin`
247
+ Optional. UART pins. See :class:`amaranth_boards .resources.UARTResource` for layout.
248
248
249
249
Attributes
250
250
----------
0 commit comments