Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fd1446

Browse files
committedMar 18, 2025
csr.reg: remove Register._doc_template attribute.
1 parent f35273f commit 5fd1446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎amaranth_soc/csr/reg.py

-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ class Register(wiring.Component):
446446
def __init_subclass__(cls, *, access=None, **kwargs):
447447
if access is not None:
448448
cls._access = Element.Access(access)
449-
cls.__doc__ = cls._doc_template.format(parameters="")
450449
super().__init_subclass__(**kwargs)
451450

452451
def __init__(self, fields=None, access=None):

0 commit comments

Comments
 (0)
Please sign in to comment.