From 6bb06d26e2ceadf05509dfaeb5034fb3c5ef4352 Mon Sep 17 00:00:00 2001 From: Matt Weaver Date: Thu, 19 Oct 2023 20:26:29 -0700 Subject: [PATCH] Remove the 0.5 ac marker --- LCLS-II/evr/rtl/EvrV2FromV1.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);