From bd5ed2ac12ae1a8e829666f47b4743bb5dd3ede0 Mon Sep 17 00:00:00 2001 From: Adrian Weber Date: Wed, 4 May 2022 13:52:40 +0200 Subject: [PATCH] fix for CONF_ADDRESSES for trb_net16_hub_base.vhd error/missing connection --- trb_net16_regIO.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0