led在PR为3时常亮
This commit is contained in:
@@ -108,7 +108,7 @@ trait BackBoardSlvStatusPR { this: BackBoardSlvLocal =>
|
|||||||
|
|
||||||
LED_PR := ~Mux( statusPR === "b00".U, flash2HZ,
|
LED_PR := ~Mux( statusPR === "b00".U, flash2HZ,
|
||||||
Mux( statusPR === "b01".U, flash1HZ,
|
Mux( statusPR === "b01".U, flash1HZ,
|
||||||
Mux( statusPR === "b10".U, true.B, false.B
|
Mux( statusPR === "b10".U, false.B, true.B
|
||||||
)))
|
)))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user