1
0

fix typo in NastiErrorSlave

This commit is contained in:
Howard Mao 2015-11-26 12:57:04 -08:00
parent e7e281275a
commit 7083576156

View File

@ -342,7 +342,7 @@ class NastiErrorSlave(implicit p: Parameters) extends NastiModule {
when (beats_left === UInt(0)) {
responding := Bool(false)
} .otherwise {
beats_left := beats_left - UInt(0)
beats_left := beats_left - UInt(1)
}
}