From 1a94112a1a2726536608715514802c453ce2e95b Mon Sep 17 00:00:00 2001
From: sithglan <sithglan>
Date: Wed, 21 Mar 2007 12:14:06 +0000
Subject: [PATCH 1/1] changes

---
 ethernet/source/top.vhd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ethernet/source/top.vhd b/ethernet/source/top.vhd
index 45d3f29..c031ae6 100644
--- a/ethernet/source/top.vhd
+++ b/ethernet/source/top.vhd
@@ -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;
 
-- 
2.39.5