From: Florent Kermarrec Date: Sat, 16 May 2020 08:01:39 +0000 (+0200) Subject: soc: improve uptime comments. X-Git-Tag: 24jan2021_ls180~333 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc0e55be322f3a4e3d8b4f3ad1596b1a7b116f42;p=litex.git soc: improve uptime comments. --- diff --git a/litex/soc/integration/soc.py b/litex/soc/integration/soc.py index 17e25798..8527f645 100644 --- a/litex/soc/integration/soc.py +++ b/litex/soc/integration/soc.py @@ -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).") # # #