Skip to content

Commit

Permalink
Remove the 0.5 ac marker
Browse files Browse the repository at this point in the history
  • Loading branch information
thatweaver committed Oct 20, 2023
1 parent 9af1f4a commit 6bb06d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LCLS-II/evr/rtl/EvrV2FromV1.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6bb06d2

Please sign in to comment.