]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
4conn TDC design knows how to show its temperature on display.
authorJan Michel <j.michel@gsi.de>
Tue, 3 Nov 2015 12:07:13 +0000 (13:07 +0100)
committerJan Michel <j.michel@gsi.de>
Tue, 3 Nov 2015 12:07:56 +0000 (13:07 +0100)
padiwa/config.vhd
padiwa/trb3sc_padiwa.vhd

index 08be6f099c5461b5f6e633918539845e6bd325a3..33017d286462467c3644951f653d49f694e6461a 100644 (file)
@@ -65,6 +65,7 @@ package config is
       x"41", x"64", x"64", x"72", x"65", x"73", x"73", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"80",                     x"0a",                            
       x"43", x"6f", x"6d", x"70", x"69", x"6c", x"65", x"54", x"69", x"6d", x"65", x"20", x"20", x"84",                      x"83",                     x"0a", 
       x"54", x"69", x"6d", x"65", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"20", x"82",                      x"81",                     x"0a",
+      x"54", x"65", x"6d", x"70", x"65", x"72", x"61", x"74", x"75", x"72", x"65", x"20", x"20", x"20", x"20", x"20", x"20", x"85",                     x"0a",
       others => x"00");
 
 ------------------------------------------------------------------------------
index 6bcea6c77b994cc6a15ee048239e584921ad2826..b3ff0984374a8314c4e8b1e4f98e9cfe3cc01fc8 100644 (file)
@@ -397,7 +397,8 @@ begin
   lcd_data(15 downto 0)   <= timer.network_address;
   lcd_data(47 downto 16)  <= timer.microsecond;
   lcd_data(79 downto 48)  <= std_logic_vector(to_unsigned(VERSION_NUMBER_TIME, 32));
-  lcd_data(511 downto 80) <= (others => '0');
+  lcd_data(91 downto 80)  <= timer.temperature;  
+  lcd_data(511 downto 92) <= (others => '0');
 
 ---------------------------------------------------------------------------
 -- LED