DC 同步功能; 基于IO的下级从机热插入

This commit is contained in:
RuigeLee
2024-05-11 14:57:42 +08:00
parent 451763301d
commit b264f729b4
5 changed files with 213 additions and 17 deletions

View File

@@ -17,6 +17,11 @@ class BackBoardSlvIO extends Bundle{
val lvds_down_dout = Output(Bool())
val lvds_up_din = Input(Bool())
val lvds_up_dout = Output(Bool())
val isOnline = Output(Bool())
val isLast = Input(Bool())
val DCIn = Input(Bool())
}