We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028d5d8 commit 855545bCopy full SHA for 855545b
amaranth/lib/io.py
@@ -726,10 +726,11 @@ class DDRBuffer(wiring.Component):
726
port : :class:`PortLike`
727
Port driven by the buffer.
728
i_domain : :class:`str`
729
- Name of the input registers' clock domain. Only used when :py:`direction in (Input, Bidir)`.
+ Name of the input register's clock domain. Used when :py:`direction in (Input, Bidir)`.
730
+ Defaults to :py:`"sync"`.
731
o_domain : :class:`str`
- Name of the output and output enable registers' clock domain. Only used when
732
- :py:`direction in (Output, Bidir)`.
+ Name of the output and output enable registers' clock domain. Used when
733
+ :py:`direction in (Output, Bidir)`. Defaults to :py:`"sync"`.
734
735
Attributes
736
----------
0 commit comments