]> jspc29.x-matter.uni-frankfurt.de Git - trb5sc.git/commitdiff
added frame states
authorBenedikt Gutsche <b.gutsche@gsi.de>
Tue, 8 Aug 2023 10:44:10 +0000 (12:44 +0200)
committerBenedikt Gutsche <b.gutsche@gsi.de>
Tue, 8 Aug 2023 10:44:10 +0000 (12:44 +0200)
mimosis/code/MimosisInput.vhd

index 63b68b7fbdec578ed63d1a3a277e3ebb04949c61..5935f82df494f195229eb33952108b39ed71cf82 100644 (file)
@@ -59,7 +59,7 @@ architecture arch of MimosisInput is
   signal count_oof     : unsigned(31 downto 0);
   signal pulse_stats   : std_logic_vector(31 downto 0);
   signal buffer_blocked : std_logic;
-  type frame_state_t is (IDLE,HDR1,WRITING);
+  type frame_state_t is (IDLE,HDR1,HDR2,HDR3,WRITING);
   signal frame_state   : frame_state_t;