Revert "从机上下行机制分叉"

This reverts commit a9f4fd18ab.
This commit is contained in:
RuigeLee
2024-06-28 15:22:44 +08:00
parent a9f4fd18ab
commit b696723e23
5 changed files with 5 additions and 8 deletions

View File

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