correct the documentation for the ctrl reset register

This commit is contained in:
bunnie 2020-11-24 00:19:05 +08:00
parent 8e39060d26
commit 4d7fe81a07
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ class SoCController(Module, AutoCSR):
with_errors = True):
if with_reset:
self._reset = CSRStorage(1, description="""Write a ``1`` to this register to reset the SoC.""")
self._reset = CSRStorage(1, description="""Any write to this register will reset the SoC.""")
if with_scratch:
self._scratch = CSRStorage(32, reset=0x12345678, description="""
Use this register as a scratch space to verify that software read/write accesses