]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Thu, 6 Aug 2009 11:06:10 +0000 (11:06 +0000)
committerhadeshyp <hadeshyp>
Thu, 6 Aug 2009 11:06:10 +0000 (11:06 +0000)
trb_net16_api_base.vhd
trb_net16_ipudata.vhd
trb_net_components.vhd

index 0ce828743f522070a5f1825dcc8f82e458af8f8b..255a1bbd813885f238c42d14d292f905c011da4f 100644 (file)
@@ -583,7 +583,7 @@ INT_MASTER_DATAREADY_OUT  <= buf_INT_MASTER_DATAREADY_OUT;
         end if;
       end if;
     end process;
-  apl_send_in_down_timeout <= apl_send_in_timeout_counter;
+  apl_send_in_down_timeout <= apl_send_in_timeout_counter(3);
 
 ---------------------------------------
 --regenerate long packet numbers
@@ -1036,5 +1036,4 @@ INT_MASTER_DATAREADY_OUT  <= buf_INT_MASTER_DATAREADY_OUT;
   --STAT_FIFO_TO_APL(13 downto 12) <= (others => '0');
   STAT_FIFO_TO_APL(31 downto 16) <= (others => '0');
 
-
 end architecture;
index b0895ef87dc5cd29c0e2d419f6182f434ef541f7..d2ada9295fba53a07213c047285ca12ecfa20431 100644 (file)
@@ -264,10 +264,10 @@ begin
           evt_number_mismatch <= '0';
           evt_code_mismatch   <= '0';
         elsif make_compare = '1' then
-          if IPU_DATA(15 downto 0) /= buf_NUMBER then     --was reg_
+          if IPU_DATA_IN(15 downto 0) /= buf_NUMBER then     --was reg_
             evt_number_mismatch <= '1';
           end if;
-          if IPU_DATA(23 downto 16) /= buf_RND_CODE then  --was reg_
+          if IPU_DATA_IN(23 downto 16) /= buf_RND_CODE then  --was reg_
             evt_code_mismatch <= '1';
           end if;
         end if;
index 05999dcbaefff2770e51cfcf680f25cfdab9035d..0cc3621327fd472add13b0b39f9b22fd099d75a0 100644 (file)
@@ -590,7 +590,7 @@ package trb_net_components is
 
       --Information received with request
       IPU_NUMBER_OUT   : out std_logic_vector (15 downto 0);
-      IPU_READOUT_TYPE_OUT : out std_logic_vector (7 downto 0);
+      IPU_READOUT_TYPE_OUT : out std_logic_vector (3 downto 0);
       IPU_INFORMATION_OUT  : out std_logic_vector (7 downto 0);
       --start strobe
       IPU_START_READOUT_OUT: out std_logic;