fix typo in NastiErrorSlave
This commit is contained in:
parent
e7e281275a
commit
7083576156
@ -342,7 +342,7 @@ class NastiErrorSlave(implicit p: Parameters) extends NastiModule {
|
|||||||
when (beats_left === UInt(0)) {
|
when (beats_left === UInt(0)) {
|
||||||
responding := Bool(false)
|
responding := Bool(false)
|
||||||
} .otherwise {
|
} .otherwise {
|
||||||
beats_left := beats_left - UInt(0)
|
beats_left := beats_left - UInt(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user