Commit fbb43e69 authored by Jan Pospisil's avatar Jan Pospisil

swapped LEMO output to fit FMC position (top row of LEMOs correspond to top FMC mezzanine now)

parent 52f577fb
......@@ -787,11 +787,10 @@ begin
);
-- feedback loop to FP LEMO
FpLemo_ob4(1) <= Fmc0Ch1OutCal_i;
FpLemo_ob4(2) <= Fmc0Ch2OutCal_i;
FpLemoDir1_A2B_o <= '1';
FpLemoDir2_A2B_o <= '1';
FpLemoTerm_oeb4(2 downto 1) <= "00";
FpLemo_ob4(3) <= Fmc0Ch1OutCal_i;
FpLemo_ob4(4) <= Fmc0Ch2OutCal_i;
FpLemoDir34_A2B_o <= '1';
FpLemoTerm_oeb4(4 downto 3) <= "00";
cFmc0Ch1SetObufds: OBUFDS
port map (
......@@ -916,10 +915,11 @@ begin
);
-- feedback loop to FP LEMO
FpLemo_ob4(3) <= Fmc1Ch1OutCal_i;
FpLemo_ob4(4) <= Fmc1Ch2OutCal_i;
FpLemoDir34_A2B_o <= '1';
FpLemoTerm_oeb4(4 downto 3) <= "00";
FpLemo_ob4(1) <= Fmc1Ch1OutCal_i;
FpLemo_ob4(2) <= Fmc1Ch2OutCal_i;
FpLemoDir1_A2B_o <= '1';
FpLemoDir2_A2B_o <= '1';
FpLemoTerm_oeb4(2 downto 1) <= "00";
cFmc1Ch1SetObufds: OBUFDS
port map (
......
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