Skip to content

Commit 855545b

Browse files
committed
docs/stdlib/io: minor documentation clarity improvement.
1 parent 028d5d8 commit 855545b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

amaranth/lib/io.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,11 @@ class DDRBuffer(wiring.Component):
726726
port : :class:`PortLike`
727727
Port driven by the buffer.
728728
i_domain : :class:`str`
729-
Name of the input registers' clock domain. Only used when :py:`direction in (Input, Bidir)`.
729+
Name of the input register's clock domain. Used when :py:`direction in (Input, Bidir)`.
730+
Defaults to :py:`"sync"`.
730731
o_domain : :class:`str`
731-
Name of the output and output enable registers' clock domain. Only used when
732-
:py:`direction in (Output, Bidir)`.
732+
Name of the output and output enable registers' clock domain. Used when
733+
:py:`direction in (Output, Bidir)`. Defaults to :py:`"sync"`.
733734
734735
Attributes
735736
----------

0 commit comments

Comments
 (0)