This commit is contained in:
Ruige Lee
2023-08-18 12:10:47 +00:00
parent 6fa2ef5f6e
commit f3a44f0b31
5 changed files with 339 additions and 110 deletions

View File

@@ -108,7 +108,7 @@ class Lvds_Bus_SlaveIO extends Bundle{
val lvds_up_dout = Output(Bool())
val downstream_rx_data_valid = Output(Bool())
val downstream_rx_data_out = Ouyput(UInt(8.W))
val downstream_rx_data_out = Output(UInt(8.W))
val downstream_rx_crc_valid = Output(Bool())
val downstream_rx_crc_err = Output(Bool())
val downstream_rx_crc_err_counter = Output(UInt(8.W))