get rid of NASTI error assertion
This commit is contained in:
parent
8b2341b1b1
commit
b4d21148ec
@ -1485,11 +1485,6 @@ class NASTIMasterIOTileLinkIOConverter extends TLModule with NASTIParameters {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert (!io.nasti.r.valid || !io.nasti.r.bits.resp(1),
|
|
||||||
"NASTI read response error")
|
|
||||||
assert (!io.nasti.b.valid || !io.nasti.b.bits.resp(1),
|
|
||||||
"NASTI write response error")
|
|
||||||
|
|
||||||
// Aggregate incoming NASTI responses into TL Grants
|
// Aggregate incoming NASTI responses into TL Grants
|
||||||
val (tl_cnt_in, tl_wrap_in) = Counter(io.tl.grant.fire() && io.tl.grant.bits.hasMultibeatData(), tlDataBeats)
|
val (tl_cnt_in, tl_wrap_in) = Counter(io.tl.grant.fire() && io.tl.grant.bits.hasMultibeatData(), tlDataBeats)
|
||||||
val gnt_arb = Module(new Arbiter(new GrantToDst, 2))
|
val gnt_arb = Module(new Arbiter(new GrantToDst, 2))
|
||||||
|
Loading…
Reference in New Issue
Block a user