Skip to content

Commit

Permalink
serial: some more nMigen -> Amaranth.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottia authored and whitequark committed Oct 10, 2023
1 parent bb39058 commit d33387c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions amaranth_stdio/serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class AsyncSerialRX(Elaboratable):
Data width.
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
Parity mode.
pins : :class:`nmigen.lib.io.Pin`
Optional. UART pins. See :class:`nmigen_boards.resources.UARTResource` for layout.
pins : :class:`amaranth.lib.io.Pin`
Optional. UART pins. See :class:`amaranth_boards.resources.UARTResource` for layout.
Attributes
----------
Expand Down Expand Up @@ -160,8 +160,8 @@ class AsyncSerialTX(Elaboratable):
Data width.
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
Parity mode.
pins : :class:`nmigen.lib.io.Pin`
Optional. UART pins. See :class:`nmigen_boards.resources.UARTResource` for layout.
pins : :class:`amaranth.lib.io.Pin`
Optional. UART pins. See :class:`amaranth_boards.resources.UARTResource` for layout.
Attributes
----------
Expand Down Expand Up @@ -243,8 +243,8 @@ class AsyncSerial(Elaboratable):
Data width.
parity : ``"none"``, ``"mark"``, ``"space"``, ``"even"``, ``"odd"``
Parity mode.
pins : :class:`nmigen.lib.io.Pin`
Optional. UART pins. See :class:`nmigen_boards.resources.UARTResource` for layout.
pins : :class:`amaranth.lib.io.Pin`
Optional. UART pins. See :class:`amaranth_boards.resources.UARTResource` for layout.
Attributes
----------
Expand Down

0 comments on commit d33387c

Please sign in to comment.