bug 调整主站SM的错误控制,增加断言约束sm fifo行为
This commit is contained in:
@@ -150,8 +150,8 @@ abstract class MasterParserBase extends Module{
|
||||
|
||||
|
||||
|
||||
io.rxEnq := io.downOut.fire & io.downOut.bits.tlast
|
||||
io.txDeq := io.upIn.fire & io.upIn.bits.tlast
|
||||
io.rxEnq := io.upIn.fire & io.upIn.bits.tlast
|
||||
io.txDeq := io.downOut.fire & io.downOut.bits.tlast
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user