]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Fri, 25 May 2012 10:12:56 +0000 (10:12 +0000)
committerhadeshyp <hadeshyp>
Fri, 25 May 2012 10:12:56 +0000 (10:12 +0000)
trb3_gbe/trb3_central.vhd

index 6112e2704745dab796c843739bfbbce2d62cf2a2..72c046a4babfa0f61ff4a6d32135a28b402d6112 100644 (file)
@@ -457,6 +457,11 @@ gen_normal_hub : if USE_ETHERNET = c_NO generate
 end generate;
 
 gen_ethernet_hub : if USE_ETHERNET = c_YES generate
+--If the injected slow control should be visible to the network below this hub only:
+-- MII_IS_UPLINK        => (0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0);
+-- MII_IS_DOWNLINK      => (1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0);
+-- MII_IS_UPLINK_ONLY   => (0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0);
+
 
   THE_HUB: trb_net16_hub_streaming_port_sctrl
   generic map( 
@@ -464,9 +469,9 @@ gen_ethernet_hub : if USE_ETHERNET = c_YES generate
          --IBUF_SECURE_MODE    => c_YES,
          INIT_ADDRESS        => x"F305",
          MII_NUMBER          => 5,
-         MII_IS_UPLINK       => (4 => 1, 6 => 1, others => 0),
-         MII_IS_DOWNLINK     => (0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, others => 0),
-         MII_IS_UPLINK_ONLY  => (6 => 1, others => 0),
+         MII_IS_UPLINK       => (4 => 1, 5 => 1, 6 => 1, others => 0),
+         MII_IS_DOWNLINK     => (0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, others => 0),
+         MII_IS_UPLINK_ONLY  => (5 => 1, 6 => 1, others => 0),
          
          USE_ONEWIRE         => c_YES,
          HARDWARE_VERSION    => x"90000000",