Skip to content

Commit

Permalink
whitespace clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 11, 2025
1 parent ee57af8 commit 14f64b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LCLS-II/evr/rtl/EvrV2Trigger.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end EvrV2Trigger;
architecture rtl of EvrV2Trigger is

type PushState is (DISABLED_S, ENABLED_S, ARMED_S, PUSHING_S);

type RegType is record
fifo_delay : slv(TRIG_WIDTH_C-1 downto 0); -- clks until trigger fifo is empty
push_state : PushState;
Expand Down Expand Up @@ -164,7 +164,7 @@ begin

-- Precalculate
v.push_delay := config.delay(TRIG_WIDTH_C-1 downto 0) + config.width(TRIG_WIDTH_C-1 downto 0) - 1;

case r.push_state is
when DISABLED_S =>
if config.enabled = '1' then
Expand Down

0 comments on commit 14f64b4

Please sign in to comment.