led在PR为3时常亮

This commit is contained in:
RuigeLee
2024-09-26 10:38:50 +08:00
parent 87f28c75b0
commit 58aecc043f

View File

@@ -108,7 +108,7 @@ trait BackBoardSlvStatusPR { this: BackBoardSlvLocal =>
LED_PR := ~Mux( statusPR === "b00".U, flash2HZ,
Mux( statusPR === "b01".U, flash1HZ,
Mux( statusPR === "b10".U, true.B, false.B
Mux( statusPR === "b10".U, false.B, true.B
)))
}