From a74b48692f26d4b0c8e0ba95ea87288118da986e Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 21 Mar 2016 16:19:09 +0100 Subject: [PATCH] Archiving alternative CTS busy signal for RIKEN setup --- cts/source/cts.vhd | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.43.0