Skip to content

Commit

Permalink
csr.reg: rename wiring.Interface to wiring.PureInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfng committed Dec 7, 2023
1 parent 3204e89 commit f006384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amaranth_soc/csr/reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = ["FieldPort", "Field", "FieldMap", "FieldArray", "Register", "RegisterMap", "Bridge"]


class FieldPort(wiring.Interface):
class FieldPort(wiring.PureInterface):
class Access(enum.Enum):
"""Field access mode."""
R = "r"
Expand Down Expand Up @@ -127,7 +127,7 @@ def __repr__(self):
signature : :class:`FieldPort.Signature`
Field port signature.
path : iter(:class:`str`)
Path to the field port. Optional. See :class:`wiring.Interface`.
Path to the field port. Optional. See :class:`wiring.PureInterface`.
Raises
------
Expand Down

0 comments on commit f006384

Please sign in to comment.