]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
fix wrongly connected control register
authorJan Michel <j.michel@gsi.de>
Tue, 9 Jun 2015 17:08:42 +0000 (19:08 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 9 Jun 2015 17:08:42 +0000 (19:08 +0200)
trb_net16_endpoint_hades_full_handler_record.vhd

index a927ac34a56c83e26905de63729b397ad1958764..50bf16ab3fa93e6bfe70b39a59047f7db5d359e7 100644 (file)
@@ -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,