cores/stream/monitor: Fix typo
This commit is contained in:
parent
0e7d8219ea
commit
31cc7f1e42
|
@ -648,7 +648,7 @@ class Monitor(Module, AutoCSR):
|
|||
|
||||
# Tokens Count -----------------------------------------------------------------------------
|
||||
if with_tokens:
|
||||
tokens_counter = MonitorCounter(reset, latch, endpoint.valid & endpoint.ready, self.tokens.status)
|
||||
token_counter = MonitorCounter(reset, latch, endpoint.valid & endpoint.ready, self.tokens.status)
|
||||
self.submodules += token_counter
|
||||
|
||||
# Overflows Count (only useful when endpoint is expected to always be ready) ---------------
|
||||
|
|
Loading…
Reference in New Issue