Skip to content
Snippets Groups Projects
Commit 1b58fc6b authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update top/firmware/hdl/LinkCombiner.vhd

parent 309e492f
No related branches found
No related tags found
1 merge request!16Fix dependencies issues after migration to mainline EMP
Pipeline #4131011 passed
...@@ -376,7 +376,7 @@ begin ...@@ -376,7 +376,7 @@ begin
end loop; end loop;
status := status0 & status1; status := status0 & status1;
status_sr <= status_sr(status_sr'high - 1 downto 0) & status; status_sr <= status_sr(status_sr'high - 1 downto 0) & status;
bcid := std_logic_vector(header_in(2).bcid); bcid := std_logic_vector(header_in(0).bcid);
bcid_sr <= bcid_sr(bcid_sr'high - 1 downto 0) & bcid; bcid_sr <= bcid_sr(bcid_sr'high - 1 downto 0) & bcid;
if unsigned(bcid_sr(bcid_sr'high)) > unsigned(bcid_sr(bcid_sr'high - 1)) then if unsigned(bcid_sr(bcid_sr'high)) > unsigned(bcid_sr(bcid_sr'high - 1)) then
super_id <= super_id + 1; super_id <= super_id + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment