From: Jan Michel Date: Tue, 9 Jun 2015 17:08:42 +0000 (+0200) Subject: fix wrongly connected control register X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=baa22403b3cf6e436046d2902daba131a56a2bf6;p=trbnet.git fix wrongly connected control register --- diff --git a/trb_net16_endpoint_hades_full_handler_record.vhd b/trb_net16_endpoint_hades_full_handler_record.vhd index a927ac3..50bf16a 100644 --- a/trb_net16_endpoint_hades_full_handler_record.vhd +++ b/trb_net16_endpoint_hades_full_handler_record.vhd @@ -251,7 +251,7 @@ begin -- Slow Control Data Port REGIO_COMMON_STAT_REG_IN => REGIO_COMMON_STAT_REG_IN, - REGIO_COMMON_CTRL_REG_OUT => REGIO_COMMON_CTRL_REG_OUT, + REGIO_COMMON_CTRL_REG_OUT => common_ctrl_reg_i, REGIO_REGISTERS_IN => (others => '0'), REGIO_REGISTERS_OUT => open, COMMON_STAT_REG_STROBE => common_stat_strobe_i,