- cleaned up

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@719 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-02-07 13:56:25 +00:00
parent b8a69d571a
commit 5dae6793f2
2 changed files with 5 additions and 11 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ proc_flag_write:
end process;
proc_ptr_w:
process(rst, clk, pW, write, full)
process(rst, clk, pW, write)
begin
if rst = '1' then
pW <= to_unsigned(0, addr_width);
@@ -181,7 +181,7 @@ proc_ptr_w:
end process;
proc_ptr_r:
process(rst, clk, pR_next, pR, read, empty)
process(rst, clk, pR_next, pR, read)
begin
if rst = '1' then
pR <= to_unsigned(0, addr_width);