]> jspc29.x-matter.uni-frankfurt.de Git - trb5sc.git/commitdiff
correct Hardware ID in Mimosis
authorJan Michel <michel@physik.uni-frankfurt.de>
Mon, 22 Jul 2024 06:49:08 +0000 (08:49 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Mon, 22 Jul 2024 06:49:08 +0000 (08:49 +0200)
mimosis/config.vhd

index cd1c9d363b0b0691a5adb5329f95f293b90eaae6..e52ba3a1a8aa7007f8d4c34eddb02ca39006f086 100644 (file)
@@ -71,7 +71,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"A5000000";
+    constant HW_INFO_BASE            : unsigned(31 downto 0) := x"A5000100";
     
     constant CLOCK_FREQUENCY_ARR  : intlist_t := (100,120, others => 0);
     constant MEDIA_FREQUENCY_ARR  : intlist_t := (200,240, others => 0);