mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc: improve uptime comments.
This commit is contained in:
parent
840679add6
commit
fc0e55be32
1 changed files with 2 additions and 2 deletions
|
@ -628,8 +628,8 @@ class SoCController(Module, AutoCSR):
|
|||
self._bus_errors = CSRStatus(32, description="Total number of Wishbone bus errors (timeouts) since start.")
|
||||
|
||||
if with_uptime:
|
||||
self._uptime_latch = CSRStorage(description="Write a ``1`` to latch current uptime to ``time`` register.")
|
||||
self._uptime = CSRStatus(64, description="Latched uptime since start (in ``sys_clk`` cycles).")
|
||||
self._uptime_latch = CSRStorage(description="Write a ``1`` to latch current Uptime to ``uptime`` register.")
|
||||
self._uptime = CSRStatus(64, description="Latched Uptime since power-up (in ``sys_clk`` cycles).")
|
||||
|
||||
# # #
|
||||
|
||||
|
|
Loading…
Reference in a new issue