1
0
Fork 0

cxp GW: rename csr

This commit is contained in:
morgan 2024-09-20 15:17:01 +08:00
parent 89be86be88
commit 933fc9b0f6
1 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ class DownConn_Interface(Module, AutoCSR):
self.packet_type = CSRStatus(8)
self.decode_error = CSRStatus()
self.decoder_error = CSRStatus()
self.comb += [
self.packet_type.status.eq(recv_path.packet_decoder.packet_type),
self.decode_error.status.eq(recv_path.packet_decoder.decode_err),
self.packet_type.status.eq(recv_path.packet_type),
self.decoder_error.status.eq(recv_path.decoder_err),
]
# DEBUG: CSR