Skip to content
Snippets Groups Projects
Commit 00b208f6 authored by BRONES Romain's avatar BRONES Romain
Browse files

Correction for Implementation

* RX/TX swap on clock active (two drivers)
parent 48339c6a
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ begin
-- Status
tx_clk_active => addrmap_i.eth_gt_status.tx_clk_active.data(0),
rx_clk_active => addrmap_i.eth_gt_status.tx_clk_active.data(0),
rx_clk_active => addrmap_i.eth_gt_status.rx_clk_active.data(0),
gt_powergood => addrmap_i.eth_gt_status.powergood.data(0),
cdr_stable => addrmap_i.eth_gt_status.cdr_stable.data(0),
rx_los => addrmap_i.eth_gt_status.sfp_rx_los.data(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment