- added ram overflow bit

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@827 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-25 22:37:15 +00:00
parent 08e85b7e8f
commit 7fd7987056
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -122,6 +122,7 @@ begin
ctrl_out.rx_size <= cmd_fifo_dout(31 downto 16);
ctrl_out.rx_vld <= not cmd_fifo_empty;
ctrl_out.rx_er <= mii_rx_er;
ctrl_out.ram_ovf <= xfer_ram_full;
dout <= ram_dout_a;