From 6cf20fea31cee7b8bb47d87d6cdfff937bad7ed2 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Thu, 16 Aug 2018 13:19:31 +0200 Subject: [PATCH] fix 'included features' in Concentrator --- combiner/combiner.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/combiner/combiner.vhd b/combiner/combiner.vhd index 9501a53..80a685c 100644 --- a/combiner/combiner.vhd +++ b/combiner/combiner.vhd @@ -392,6 +392,7 @@ THE_HUB : trb_net16_hub_base INT_NUMBER => 0, USE_ONEWIRE => c_YES, COMPILE_TIME => std_logic_vector(to_unsigned(VERSION_NUMBER_TIME,32)), + INCLUDED_FEATURES => INCLUDED_FEATURES, HARDWARE_VERSION => HARDWARE_INFO, INIT_ENDPOINT_ID => x"0000", INIT_ADDRESS => INIT_ADDRESS, -- 2.43.0