]> git.zerfleddert.de Git - raggedstone/commitdiff
changes
authorsithglan <sithglan>
Wed, 21 Mar 2007 12:14:06 +0000 (12:14 +0000)
committersithglan <sithglan>
Wed, 21 Mar 2007 12:14:06 +0000 (12:14 +0000)
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;
 
-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;
 
Impressum, Datenschutz