From: Jan Michel Date: Mon, 22 Jul 2024 06:49:08 +0000 (+0200) Subject: correct Hardware ID in Mimosis X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d0f8c78db390785ed2e1e29712ad6f7de8d14783;p=trb5sc.git correct Hardware ID in Mimosis --- diff --git a/mimosis/config.vhd b/mimosis/config.vhd index cd1c9d3..e52ba3a 100644 --- a/mimosis/config.vhd +++ b/mimosis/config.vhd @@ -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);