]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Archiving alternative CTS busy signal for RIKEN setup
authorJan Michel <j.michel@gsi.de>
Mon, 21 Mar 2016 15:19:09 +0000 (16:19 +0100)
committerJan Michel <j.michel@gsi.de>
Mon, 21 Mar 2016 15:19:40 +0000 (16:19 +0100)
cts/source/cts.vhd

index bae75af5b09ba1019bd0b1fe278e5b4029a0775c..2e0dac102c7593e78fa72808af9affce5cf5c06a 100755 (executable)
@@ -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