mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex/soc/cores/ussysmon.py: ADC transfer function
This commit is contained in:
parent
71f7ce6a57
commit
922f85e64b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class USSYSMON(Module, AutoCSR):
|
|||
self.sync += [
|
||||
If(self.drdy,
|
||||
Case(channel, dict(
|
||||
(k, v.status.eq(self.do >> 4))
|
||||
(k, v.status.eq(self.do >> 6))
|
||||
for k, v in channels.items()))
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue