make sure ReleaseRegression starts only on io.start
This commit is contained in:
parent
577c73667b
commit
b013925ab0
@ -501,7 +501,7 @@ class ReleaseRegression(implicit p: Parameters) extends Regression()(p) {
|
|||||||
io.cache.req.bits.phys := Bool(true)
|
io.cache.req.bits.phys := Bool(true)
|
||||||
io.cache.invalidate_lr := Bool(false)
|
io.cache.invalidate_lr := Bool(false)
|
||||||
|
|
||||||
when (state === s_idle) {
|
when (state === s_idle && io.start) {
|
||||||
sending := Bool(true)
|
sending := Bool(true)
|
||||||
state := s_write
|
state := s_write
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user