From d0f8c78db390785ed2e1e29712ad6f7de8d14783 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 22 Jul 2024 08:49:08 +0200 Subject: [PATCH] correct Hardware ID in Mimosis --- mimosis/config.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0