From baa22403b3cf6e436046d2902daba131a56a2bf6 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 9 Jun 2015 19:08:42 +0200 Subject: [PATCH] fix wrongly connected control register --- trb_net16_endpoint_hades_full_handler_record.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0