projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2888506
)
soc/cores/timer: fix typo (thanks xobs)
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 18 Sep 2019 08:45:38 +0000
(10:45 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 18 Sep 2019 08:45:38 +0000
(10:45 +0200)
litex/soc/cores/timer.py
patch
|
blob
|
history
diff --git
a/litex/soc/cores/timer.py
b/litex/soc/cores/timer.py
index 7055254cdde73aa443be1aef83db16acb12a44b9..e13a76fda438d410efaab4a347f4e6bdb18de5d6 100644
(file)
--- a/
litex/soc/cores/timer.py
+++ b/
litex/soc/cores/timer.py
@@
-19,7
+19,7
@@
class Timer(Module, AutoCSR):
self._reload = CSRStorage(width, description=
"""Reload value when timer reaches 0.
This register is used to create a Periodic timer and specify the timer's period in clock
- cycles. For a One-Shot timer, this register need to be set to 0.""")
+ cycles. For a One-Shot timer, this register need
s
to be set to 0.""")
self._en = CSRStorage(1, description=
"""Enable. Write 1 to enable/start the timer, 0 to disable the timer""")
self._update_value = CSRStorage(1, description=