mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex/soc/cores/ussysmon.py: minor bug
This commit is contained in:
parent
1793efb50b
commit
ae5f67f6f0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class USSYSMON(Module, AutoCSR):
|
|||
# # #
|
||||
|
||||
busy = Signal()
|
||||
channel = Signal(7)
|
||||
channel = Signal(8)
|
||||
eoc = Signal()
|
||||
eos = Signal()
|
||||
|
||||
|
|
Loading…
Reference in a new issue