From: local account Date: Wed, 9 Sep 2015 20:23:06 +0000 (+0200) Subject: Recompilation of last known working ADCMv3 HADES code, written 7 years ago. Current... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e9e2abb3262b140264d64ee7a61ea5e6a7117416;p=adcm.git Recompilation of last known working ADCMv3 HADES code, written 7 years ago. Current TRBnet included. --- 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,