From: Adrian Weber Date: Wed, 4 May 2022 11:52:40 +0000 (+0200) Subject: fix for CONF_ADDRESSES for trb_net16_hub_base.vhd error/missing connection X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bd5ed2ac12ae1a8e829666f47b4743bb5dd3ede0;p=trbnet.git fix for CONF_ADDRESSES for trb_net16_hub_base.vhd error/missing connection --- diff --git a/trb_net16_regIO.vhd b/trb_net16_regIO.vhd index fd08c49..75ce58d 100644 --- a/trb_net16_regIO.vhd +++ b/trb_net16_regIO.vhd @@ -63,7 +63,7 @@ entity trb_net16_regIO is --Informations MY_ADDRESS_OUT : out std_logic_vector(15 downto 0); - CONF_ADDRESSES : in std_logic_vector(31 downto 0); + CONF_ADDRESSES : in std_logic_vector(31 downto 0) := x"00000000"; TRIGGER_MONITOR : in std_logic; --strobe when timing trigger received GLOBAL_TIME : out std_logic_vector(31 downto 0); --global time, microseconds LOCAL_TIME : out std_logic_vector(7 downto 0); --local time running with chip frequency