1
0
Fork 0

tilelink2: Fragmenter should ignore error when not valid

This commit is contained in:
Wesley W. Terpstra 2017-05-09 16:37:36 -07:00
parent 43c9f5fe7e
commit 3e7bdcbf5e
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class TLFragmenter(val minSize: Int, val maxSize: Int, val alwaysMin: Boolean =
if (earlyAck) {
// If you do early Ack, errors may not be dropped
// ... which roughly means: Puts may not fail
assert (!out.d.bits.error || !drop)
assert (!out.d.valid || !out.d.bits.error || !drop)
in.d.bits.error := out.d.bits.error
} else {
// Combine the error flag