Skip to content

Commit d33387c

Browse files
charlottiawhitequark
authored andcommitted
serial: some more nMigen -> Amaranth.
1 parent bb39058 commit d33387c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

amaranth_stdio/serial.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class AsyncSerialRX(Elaboratable):
5555
Data width.
5656
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
5757
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.
6060
6161
Attributes
6262
----------
@@ -160,8 +160,8 @@ class AsyncSerialTX(Elaboratable):
160160
Data width.
161161
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
162162
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.
165165
166166
Attributes
167167
----------
@@ -243,8 +243,8 @@ class AsyncSerial(Elaboratable):
243243
Data width.
244244
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
245245
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.
248248
249249
Attributes
250250
----------

0 commit comments

Comments
 (0)