]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Thu, 4 Oct 2012 12:11:42 +0000 (12:11 +0000)
committerhadeshyp <hadeshyp>
Thu, 4 Oct 2012 12:11:42 +0000 (12:11 +0000)
trb_net16_hub_func.vhd
trb_net16_hub_streaming_port_sctrl_cts.vhd

index 70b78a7c654831fda1032bb8afa8f635eb8f2d85..868ed408229b646ca73bc01744f3f0eb09ca273b 100644 (file)
@@ -814,6 +814,7 @@ component trb_net16_hub_streaming_port_sctrl_cts is
     RDO_ADDITIONAL_DATA            : in  std_logic_vector(31 downto 0);
     RDO_ADDITIONAL_WRITE           : in  std_logic;
     RDO_ADDITIONAL_FINISHED        : in  std_logic;
+    RDO_ADDITIONAL_STATUSBITS_IN   : in  std_logic_vector(31 downto 0) := (others => '0');
     
 -- Slow Control --------------------------------------------------------------------
     COMMON_STAT_REGS               : out std_logic_vector (std_COMSTATREG*32-1 downto 0);  --Status of common STAT regs
index e40f37d36a88cf41cc1e0311433b4c5702b07732..0e0e30a64db4e8e0f62000964a9a6fb6aca3f562 100644 (file)
@@ -155,6 +155,7 @@ entity trb_net16_hub_streaming_port_sctrl_cts is
     RDO_ADDITIONAL_DATA            : in  std_logic_vector(31 downto 0);
     RDO_ADDITIONAL_WRITE           : in  std_logic;
     RDO_ADDITIONAL_FINISHED        : in  std_logic;
+    RDO_ADDITIONAL_STATUSBITS_IN   : in  std_logic_vector(31 downto 0) := (others => '0');
     
 -- Slow Control --------------------------------------------------------------------
     COMMON_STAT_REGS               : out std_logic_vector (std_COMSTATREG*32-1 downto 0);  --Status of common STAT regs
@@ -888,7 +889,7 @@ begin
       FEE_TRG_RELEASE_IN(0)      => RDO_DATA_FINISHED_IN,
       FEE_TRG_RELEASE_IN(1)      => RDO_ADDITIONAL_FINISHED,
       FEE_TRG_STATUSBITS_IN(31 downto 0) => RDO_TRG_STATUSBITS_IN,
-      FEE_TRG_STATUSBITS_IN(63 downto 32) => (others => '0'),
+      FEE_TRG_STATUSBITS_IN(63 downto 32) => RDO_ADDITIONAL_STATUSBITS_IN,
       FEE_DATA_IN(31 downto 0)   => RDO_DATA_IN,
       FEE_DATA_IN(63 downto 32)  => RDO_ADDITIONAL_DATA,
       FEE_DATA_WRITE_IN(0)       => RDO_DATA_WRITE_IN,