从机上下行机制分叉

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

@@ -96,7 +96,8 @@ trait BackBoardSlvQei{ this: BackBoardSlvLocal =>
}
class Qei extends BackBoardSlvLocal with BackBoardSlvStatusPR with BackBoardSlvQei{
class Qei extends BackBoardSlvLocal with BackBoardSlvDown with BackBoardSlvUp
with BackBoardSlvStatusPR with BackBoardSlvQei{
val phaseAIO = for( i <- 0 until 2 ) yield { IO(Input(Bool())) }
val phaseBIO = for( i <- 0 until 2 ) yield { IO(Input(Bool())) }
val phaseZIO = for( i <- 0 until 2 ) yield { IO(Input(Bool())) }