forked from M-Labs/artiq-zynq
cxp GW: rename csr
This commit is contained in:
parent
89be86be88
commit
933fc9b0f6
|
@ -53,10 +53,10 @@ class DownConn_Interface(Module, AutoCSR):
|
||||||
|
|
||||||
|
|
||||||
self.packet_type = CSRStatus(8)
|
self.packet_type = CSRStatus(8)
|
||||||
self.decode_error = CSRStatus()
|
self.decoder_error = CSRStatus()
|
||||||
self.comb += [
|
self.comb += [
|
||||||
self.packet_type.status.eq(recv_path.packet_decoder.packet_type),
|
self.packet_type.status.eq(recv_path.packet_type),
|
||||||
self.decode_error.status.eq(recv_path.packet_decoder.decode_err),
|
self.decoder_error.status.eq(recv_path.decoder_err),
|
||||||
]
|
]
|
||||||
|
|
||||||
# DEBUG: CSR
|
# DEBUG: CSR
|
||||||
|
|
Loading…
Reference in New Issue