From e9e2abb3262b140264d64ee7a61ea5e6a7117416 Mon Sep 17 00:00:00 2001 From: local account Date: Wed, 9 Sep 2015 22:23:06 +0200 Subject: [PATCH] Recompilation of last known working ADCMv3 HADES code, written 7 years ago. Current TRBnet included. --- design/rich_trb.vhd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/design/rich_trb.vhd b/design/rich_trb.vhd index b89b723..c895ae1 100755 --- a/design/rich_trb.vhd +++ b/design/rich_trb.vhd @@ -247,12 +247,12 @@ THE_UNIFIED_ENDPOINT: trb_net16_endpoint_hades_full IPU_LENGTH_IN => IPU_LENGTH_IN, IPU_ERROR_PATTERN_IN => IPU_ERROR_PATTERN_IN, - REGIO_COMMON_STAT_REG_IN => open, - REGIO_COMMON_CTRL_REG_OUT => open, - REGIO_REGISTERS_IN => open, - REGIO_REGISTERS_OUT => open, + REGIO_COMMON_STAT_REG_IN => common_stat_reg, + REGIO_COMMON_CTRL_REG_OUT => common_ctrl_reg, + REGIO_REGISTERS_IN => regio_stat_regs, + REGIO_REGISTERS_OUT => regio_ctrl_regs, COMMON_STAT_REG_STROBE => open, - COMMON_CTRL_REG_STROBE => open, + COMMON_CTRL_REG_STROBE => common_ctrl_reg_strobe, -- [1] means update on internal trigger number, STAT_REG_STROBE => open, CTRL_REG_STROBE => open, -- 2.43.0