]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
fix addon types in feature list for TDC
authorJan Michel <j.michel@gsi.de>
Wed, 13 Nov 2019 13:01:55 +0000 (14:01 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 13 Nov 2019 13:01:55 +0000 (14:01 +0100)
tdctemplate/config_16_crate_ada_nino.vhd
tdctemplate/config_48_crate_4conn_cal200.vhd
tdctemplate/config_48_crate_ada_rpc_cal200.vhd

index 92834636cf1b7d925f1eed83108dd5053514158c..5282436a0a865f95f8b7866c38b448e3c849a174 100644 (file)
@@ -97,7 +97,7 @@ package config is
 ------------------------------------------------------------------------------
     type intlist_t is array(0 to 7) of integer;
     type hw_info_t is array(0 to 7) of unsigned(31 downto 0);
-    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"9500B000";  --Change depening on pinout
+    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"95001000";  --Change depening on pinout
     
     constant CLOCK_FREQUENCY_ARR  : intlist_t := (100,120, others => 0);
     constant MEDIA_FREQUENCY_ARR  : intlist_t := (200,240, others => 0);
index bb23b16f7e95fe2c8a01f7e69a472d9d59c4f6be..fbb6598ab1d85dca85151dad43808871a5c0be88 100644 (file)
@@ -93,7 +93,7 @@ package config is
 ------------------------------------------------------------------------------
     type intlist_t is array(0 to 7) of integer;
     type hw_info_t is array(0 to 7) of unsigned(31 downto 0);
-    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"9500B000";  --Change depening on pinout
+    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"95004000";  --Change depening on pinout
     
     constant CLOCK_FREQUENCY_ARR  : intlist_t := (100,120, others => 0);
     constant MEDIA_FREQUENCY_ARR  : intlist_t := (200,240, others => 0);
index a0de29adac552a1725096eb836c5c9ba02da7340..5502e46eba50e568ca561ad9047f8201f1d540c7 100644 (file)
@@ -97,7 +97,7 @@ package config is
 ------------------------------------------------------------------------------
     type intlist_t is array(0 to 7) of integer;
     type hw_info_t is array(0 to 7) of unsigned(31 downto 0);
-    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"9500B000";  --Change depening on pinout
+    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"95001000";  --Change depening on pinout
     
     constant CLOCK_FREQUENCY_ARR  : intlist_t := (100,120, others => 0);
     constant MEDIA_FREQUENCY_ARR  : intlist_t := (200,240, others => 0);