]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add missing fd broadcast to hub master
authorJan Michel <michel@physik.uni-frankfurt.de>
Mon, 10 Feb 2025 15:41:15 +0000 (16:41 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Mon, 10 Feb 2025 15:41:15 +0000 (16:41 +0100)
trb_net16_hub_base.vhd
trb_net_components.vhd

index 90d256ac3ba4c86838f4b73d0a0242bc94868d1f..4a53185b890c43f07d7e0be0fe86072c927f6670 100644 (file)
@@ -744,6 +744,7 @@ MED_DATA_OUT       <= buf_MED_DATA_OUT;
         -- APL Control port
         APL_RUN_OUT           => HC_RUN_OUT,
         APL_MY_ADDRESS_IN     => HUB_ADDRESS,
+        APL_MY_BROADCAST_IN   => CONF_ADDRESSES(23 downto 16),        
         APL_SEQNR_OUT         => HC_SEQNR_OUT(7 downto 0),
         APL_LENGTH_IN         => (others => '1'),
         -- Internal direction port
index 071ccd23fc205ac954481aefd1bd4dbe532ada7b..f4d735c44487ff43ef34f426192d42183bc0b198 100644 (file)
@@ -3709,6 +3709,8 @@ component common_i2c is
     RESET      : in    std_logic;\r
     SDA        : inout std_logic;\r
     SCL        : inout std_logic;\r
+    SDA_BUS    : inout std_logic_vector(15 downto 0); -- bit 0 not used, is normal link\r
+    SCL_BUS    : out   std_logic_vector(15 downto 0); -- bit 0 not used, is normal link\r
     BUS_RX     : in    CTRLBUS_RX;\r
     BUS_TX     : out   CTRLBUS_TX\r
     );\r