From e49dba0726af0d7bb17d0b7a9de08caf4b5a3be4 Mon Sep 17 00:00:00 2001 From: David Monk <david.gabriel.monk@cern.ch> Date: Sun, 10 Sep 2023 10:16:49 +0200 Subject: [PATCH] Fixed syntax error --- common/firmware/hdl/TrackFinder.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/firmware/hdl/TrackFinder.vhd b/common/firmware/hdl/TrackFinder.vhd index 7c066adb..e11a074e 100644 --- a/common/firmware/hdl/TrackFinder.vhd +++ b/common/firmware/hdl/TrackFinder.vhd @@ -72,7 +72,7 @@ begin end if; end loop; end if; - valid_event <= and_reduce(valid_event_array) and headder_start; + valid_event <= and_reduce(valid_event_array) and header_start; if valid_event then histogram_input.valid <= '1'; -- GitLab