From: Jan Michel Date: Mon, 21 Mar 2016 15:19:09 +0000 (+0100) Subject: Archiving alternative CTS busy signal for RIKEN setup X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a74b48692f26d4b0c8e0ba95ea87288118da986e;p=trb3.git Archiving alternative CTS busy signal for RIKEN setup --- diff --git a/cts/source/cts.vhd b/cts/source/cts.vhd index bae75af..2e0dac1 100755 --- a/cts/source/cts.vhd +++ b/cts/source/cts.vhd @@ -576,6 +576,16 @@ begin end if; end process; +-- proc_busyout : process begin +-- wait until rising_edge(CLK); +-- if ro_fsm_i = RO_FSM_WAIT_BECOME_IDLE and CTS_IPU_BUSY_IN = '0' and fifo_empty_i = '1' then +-- TRIGGER_BUSY_OUT <= '0'; +-- elsif td_fsm_i = TD_FSM_SEND_TRIGGER then +-- TRIGGER_BUSY_OUT <= '1'; +-- end if; +-- end process; + + read_out_proc: process(CLK) is begin if rising_edge(CLK) then