Skip to content

Commit

Permalink
Increasing NUM_DETECTORS_G range from 4 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Mar 1, 2024
1 parent 9ec47f7 commit cd77b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/rtl/UltraScale/TimingRx.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ entity TimingRx is
AXIL_CLK_FREQ_G : real := 156.25E+6; -- units of Hz
DMA_AXIS_CONFIG_G : AxiStreamConfigType;
AXI_BASE_ADDR_G : slv(31 downto 0);
NUM_DETECTORS_G : integer range 1 to 4;
NUM_DETECTORS_G : integer range 1 to 8;
EN_LCLS_I_TIMING_G : boolean := false;
EN_LCLS_II_TIMING_G : boolean := true);
port (
Expand Down

0 comments on commit cd77b31

Please sign in to comment.