From: Jan Michel Date: Mon, 2 Jul 2018 08:42:51 +0000 (+0200) Subject: fixed missing trailer word if last channel has data X-Git-Tag: v2.3~12 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=39e029fd867cb80f78296be904c52dd472b6c34a;p=tdc.git fixed missing trailer word if last channel has data --- diff --git a/releases/tdc_v2.3/Readout_record.vhd b/releases/tdc_v2.3/Readout_record.vhd index 58d3e77..005d88e 100644 --- a/releases/tdc_v2.3/Readout_record.vhd +++ b/releases/tdc_v2.3/Readout_record.vhd @@ -451,13 +451,13 @@ begin -- behavioral when SEND_TRG_RELEASE_A => RD_NEXT <= SEND_TRG_RELEASE_B; - wr_trailer_fsm <= '1'; fifo_nr_rd_fsm <= 0; readout_fsm <= '1'; rd_fsm_debug_fsm <= x"A"; when SEND_TRG_RELEASE_B => RD_NEXT <= SEND_TRG_RELEASE_C; + wr_trailer_fsm <= '1'; readout_fsm <= '1'; rd_fsm_debug_fsm <= x"A";