Skip to content
Snippets Groups Projects
Commit bb48d67a authored by Andrew Peck's avatar Andrew Peck
Browse files

fix fec_sel name mangling

parent 968297bd
No related branches found
No related tags found
2 merge requests!63Switchable FEC mode,!62Switch fec mode
......@@ -204,7 +204,8 @@ begin
-- use to select between FEC5 and FEC12 lpGBT cores
--------------------------------------------------------------------------------
signal fec_mux_sel : integer range 0 to 1;
signal fec_sel : integer range 0 to 1;
signal fec_mux_uplink_data : lpgbt_uplink_data_rt_array(1 downto 0);
signal fec_mux_unused_bits : std_logic_vector(11 downto 0);
signal fec_mux_bitslip : std_logic_vector(1 downto 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment