]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add temperature to outputs of hub streaming
authorJan Michel <j.michel@gsi.de>
Tue, 14 Nov 2017 12:24:32 +0000 (13:24 +0100)
committerJan Michel <j.michel@gsi.de>
Tue, 14 Nov 2017 12:24:32 +0000 (13:24 +0100)
trb_net16_hub_func.vhd
trb_net16_hub_streaming_port_sctrl_cts.vhd

index a72189a319b4a7bb46a5776da294a0d84478de50..15ec032330bc9b97e65e5f6fdd4af6020d9f80f3 100644 (file)
@@ -630,7 +630,8 @@ component trb_net16_hub_streaming_port_sctrl_cts is
     REGIO_TIMEOUT_OUT              : out std_logic;
     EXTERNAL_SEND_RESET            : in  std_logic := '0';
     TIMER_TICKS_OUT                : out std_logic_vector(1 downto 0);
-    
+    TEMPERATURE_OUT                : out std_logic_vector (11 downto 0);
+        
 -- Debug and Status Ports ----------------------------------------------------------
     HUB_STAT_CHANNEL               : out std_logic_vector (4*16-1 downto 0);
     HUB_STAT_GEN                   : out std_logic_vector (31 downto 0);
index e3abd807a8eee8e32bd3eaef1686dd61ab0e8236..1e0a50f5b87781912dab0cb82c69efa958de5f11 100644 (file)
@@ -184,6 +184,7 @@ entity trb_net16_hub_streaming_port_sctrl_cts is
     REGIO_TIMEOUT_OUT              : out std_logic;
     EXTERNAL_SEND_RESET            : in  std_logic := '0';
     TIMER_TICKS_OUT                : out std_logic_vector(1 downto 0);
+    TEMPERATURE_OUT                : out std_logic_vector (11 downto 0);
     
 -- Debug and Status Ports ----------------------------------------------------------
     HUB_STAT_CHANNEL               : out std_logic_vector (4*16-1 downto 0);
@@ -486,6 +487,7 @@ begin
       REGIO_UNKNOWN_ADDR_IN     => regio_unknown_addr_i,
       REGIO_TIMEOUT_OUT         => regio_timeout_i,
       TIMER_TICKS_OUT           => timer_ticks,
+      TEMPERATURE_OUT           => TEMPERATURE_OUT,
       ONEWIRE            => ONEWIRE,
       ONEWIRE_MONITOR_IN => ONEWIRE_MONITOR_IN,
       ONEWIRE_MONITOR_OUT=> ONEWIRE_MONITOR_OUT,