]> git.zerfleddert.de Git - raggedstone/blobdiff - ethernet/source/top.vhd
changes
[raggedstone] / ethernet / source / top.vhd
index 45d3f298a556c7f6996149faa8bdca8441fca032..c031ae6f46540bd42c64d38f678e0f91e900030b 100644 (file)
@@ -252,8 +252,8 @@ BLA2: FOR i in 3 downto 0 generate
 PCI_CBEn(i) <= pci_cbe_o(i) when (pci_cbe_oe_o(i) = '1') else 'Z';
 end generate;
 
 PCI_CBEn(i) <= pci_cbe_o(i) when (pci_cbe_oe_o(i) = '1') else 'Z';
 end generate;
 
-wb_adr_i(11 downto 2) <= (others => '0');
-wb_adr_i <= wbm_adr_o (7 downto 2);
+wb_adr_i(11 downto 8) <= (others => '0');
+wb_adr_i(7 downto 2)  <= wbm_adr_o (7 downto 2);
 
 wb_clk_i <= PCI_CLOCK;
 
 
 wb_clk_i <= PCI_CLOCK;
 
Impressum, Datenschutz