soc: improve uptime comments.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 16 May 2020 08:01:39 +0000 (10:01 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 16 May 2020 08:01:39 +0000 (10:01 +0200)
litex/soc/integration/soc.py

index 17e257986b7dd6364ada66cb792b11b9f98748d8..8527f64508b44ac4a6e22252eb60411d5cb24466 100644 (file)
@@ -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).")
 
         # # #