Commit 8b7d73e6 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

lpdc: allow WRS shutting down the interface without breaking Tx LPDC

parent 149742fa
Subproject commit faf5e9a346b80c028f03d032130913dacd224cc0
Subproject commit 8299d657c0f7628312280b6f3911e4b224a6b895
......@@ -791,7 +791,8 @@ begin
rx_k_o => from_phys(i).rx_k,
rx_enc_err_o => from_phys(i).rx_enc_err,
rx_bitslide_o => from_phys(i).rx_bitslide,
rst_i => to_phys(i).rst,
rst_i => local_reset,
rx_pdown_i => to_phys(i).rst,
lpc_stat_o => from_phys(i).lpc_stat,
lpc_ctrl_i => to_phys(i).lpc_ctrl,
loopen_i => to_phys(i).loopen,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment