diff --git a/LCLS-II/evr/rtl/EvrV2FromV1.vhd b/LCLS-II/evr/rtl/EvrV2FromV1.vhd index e48aa13..f3106b6 100644 --- a/LCLS-II/evr/rtl/EvrV2FromV1.vhd +++ b/LCLS-II/evr/rtl/EvrV2FromV1.vhd @@ -61,8 +61,8 @@ begin resize(timingIn.stream.dbuff.edefInit,64)); timingOut.bsaDone <= resize(timingIn.stream.dbuff.edefAvgDn,64); timingOut.fixedRates <= (others=>'0'); - timingOut.acRates(5) <= '1'; - timingOut.acRates(0 to 4) <= timingIn.stream.dbuff.dmod(152 downto 148); + timingOut.acRates(4) <= '1'; + timingOut.acRates(0 to 3) <= timingIn.stream.dbuff.dmod(151 downto 148); timingOut.acTimeSlot <= timingIn.stream.dbuff.dmod(127 downto 125); -- Map all 6 modifier words timingOut.beamEnergy(0) <= timingIn.stream.dbuff.dmod( 15 downto 0);