Commit 9208e7f5 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

arria5 phy: missing register

oops.
parent 16b48ce6
...@@ -284,7 +284,7 @@ begin ...@@ -284,7 +284,7 @@ begin
p_tx_path1 : process(clk_tx) is p_tx_path1 : process(clk_tx) is
begin begin
if clk_tx'event and clk_tx = g_tx_latch_edge then if clk_tx'event and clk_tx = g_tx_latch_edge then
tx_gxb_datain <= tx_enc_datain; tx_gxb_datain <= tx_reg_datain;
end if; end if;
end process; end process;
......
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