从机上下行机制分叉

This commit is contained in:
RuigeLee
2024-06-28 15:20:22 +08:00
parent 862028dac7
commit a9f4fd18ab
5 changed files with 8 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ trait BackBoardSlvOut16{ this: BackBoardSlvLocal =>
}
class DOut16 extends BackBoardSlvLocal
class DOut16 extends BackBoardSlvLocal with BackBoardSlvDown with BackBoardSlvUp
with BackBoardSlvStatusPR
with BackBoardSlvOut16{
val out = IO(Output(UInt(16.W)))