Merge pull request #705 from betrusted-io/reset-docs

correct the documentation for the ctrl reset register
This commit is contained in:
enjoy-digital 2020-11-23 17:46:50 +01:00 committed by GitHub
commit a1bfa79092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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