Skip to content
Snippets Groups Projects
Commit 136fd641 authored by Pepping's avatar Pepping
Browse files

Changed index of chip_id arrange

parent 6d8fcc4d
Branches
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ BEGIN
-- ..
-- unb 15, FN 0 : 16384,16386,16388
-- unb 15, BN 3 : 17153,17155,17157
hdr_fields_in_arr(i)(field_hi(c_hdr_field_arr, "id_beamlet_index" ) DOWNTO field_lo(c_hdr_field_arr, "id_beamlet_index" )) <= "00" & id_backplane(3 DOWNTO 0) & id_chip(1 DOWNTO 0) & snk_in.channel(12 DOWNTO 6) & id_chip(0);
hdr_fields_in_arr(i)(field_hi(c_hdr_field_arr, "id_beamlet_index" ) DOWNTO field_lo(c_hdr_field_arr, "id_beamlet_index" )) <= "00" & id_backplane(3 DOWNTO 0) & id_chip(2 DOWNTO 1) & snk_in.channel(12 DOWNTO 6) & id_chip(0);
-- channel index: We're connecting the CHANNEL FIELD IN REVERSE (using flip())to compensate for the FFT not reordering its output channels.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment