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

fix bitrange on upstream

* align faseq
parent 7dfb181d
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@ begin
s00_axis_tvalid => axis_combpm_tvalid,
s00_axis_tready => open,
s00_axis_tdata => x"0" & axis_combpm_tdata(127 downto 120) & x"0" & axis_combpm_tdata(79 downto 0),
s00_axis_tdata => x"00" & axis_combpm_tdata(127 downto 120) & axis_combpm_tdata(79 downto 0),
s01_axis_tvalid => axis_comlbp_tvalid,
s01_axis_tready => open,
......@@ -526,7 +526,7 @@ begin
-- AXIS Packet input
s_axis_tdata => axis_pkt_tx_tdata(79 downto 0),
s_axis_tuser => axis_pkt_tx_tdata(95 downto 88), -- fa seq, cropped 8 bits
s_axis_tuser => axis_pkt_tx_tdata(87 downto 80), -- fa seq, cropped 8 bits
s_axis_tvalid => axis_pkt_tx_tvalid,
s_axis_tready => axis_pkt_tx_tready,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment