- increased window for RX/TX-Data to 32 kByte. Offset is at 0x8000..0x8FFC

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@909 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-04-10 12:04:18 +00:00
parent 0af5d4e58c
commit 197e65fc28
2 changed files with 55 additions and 34 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ ARCHITECTURE behavior OF tb_emac_top_jb IS
constant RX_SIZE_REG_ADDR : unsigned(31 downto 0) := X"0000_0004";
constant TX_STATUS_REG_ADDR : unsigned(31 downto 0) := X"0000_0008";
constant TX_SIZE_REG_ADDR : unsigned(31 downto 0) := X"0000_000C";
constant DATA_REG_ADDR : unsigned(31 downto 0) := X"0000_0010";
constant DATA_REG_ADDR : unsigned(31 downto 0) := X"0000_8000";
BEGIN