From ade702ba63b61104b64d94aedf7afd9b44578229 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 13 Nov 2019 14:01:55 +0100 Subject: [PATCH] fix addon types in feature list for TDC --- tdctemplate/config_16_crate_ada_nino.vhd | 2 +- tdctemplate/config_48_crate_4conn_cal200.vhd | 2 +- tdctemplate/config_48_crate_ada_rpc_cal200.vhd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tdctemplate/config_16_crate_ada_nino.vhd b/tdctemplate/config_16_crate_ada_nino.vhd index 9283463..5282436 100644 --- a/tdctemplate/config_16_crate_ada_nino.vhd +++ b/tdctemplate/config_16_crate_ada_nino.vhd @@ -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); diff --git a/tdctemplate/config_48_crate_4conn_cal200.vhd b/tdctemplate/config_48_crate_4conn_cal200.vhd index bb23b16..fbb6598 100644 --- a/tdctemplate/config_48_crate_4conn_cal200.vhd +++ b/tdctemplate/config_48_crate_4conn_cal200.vhd @@ -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); diff --git a/tdctemplate/config_48_crate_ada_rpc_cal200.vhd b/tdctemplate/config_48_crate_ada_rpc_cal200.vhd index a0de29a..5502e46 100644 --- a/tdctemplate/config_48_crate_ada_rpc_cal200.vhd +++ b/tdctemplate/config_48_crate_ada_rpc_cal200.vhd @@ -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); -- 2.43.0