1
0

add missing "otherwise"

This commit is contained in:
Andrew Waterman
2012-01-21 20:13:15 -08:00
parent 97f0852b17
commit 31c56228e2
2 changed files with 13 additions and 10 deletions

View File

@ -227,7 +227,9 @@ class MSHR(id: Int) extends Component {
when (io.meta_req.valid && io.meta_req.ready) {
valid <== Bool(false)
}
dirty <== next_dirty
otherwise {
dirty <== next_dirty
}
io.idx_match := valid && (idx_ === io.req_idx)
io.idx := idx_