- cleaned up. Not tidy yet.

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@959 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2013-05-05 10:42:17 +00:00
parent e21b4d5e81
commit a2a1d6f5b9
+3 -3
View File
@@ -827,7 +827,7 @@ blitfifo_fill_src_0:
elsif blit_request = '1' then
if blit_fill_finish = '0' and blitfifo_write_en = '1' then
fill_dbg.FIRST <= '0';
if blit_fill_cnt_x_next = '0' & X"0000_0000" or blit_fill_cnt_x_next(32) = '1' then
if fill_dbg.LAST = '1' then
if blit_fill_cnt_y < X"0000_0002" then
blit_fill_finish <= '1';
else
@@ -871,7 +871,7 @@ blit_request_addr_src:
elsif blit_request = '1' then
if blit_src_finish = '0' and (STB_O_blit_src = '1' and busout_fifo_rdy = '1') then
src_dbg.FIRST <= '0';
if blit_src_cnt_x_next = '0' & X"0000_0000" or blit_src_cnt_x_next(32) = '1' then
if src_dbg.LAST = '1' then
if blit_src_cnt_y < X"0000_0002" then
blit_src_finish <= '1';
else
@@ -916,7 +916,7 @@ blit_request_addr_dst:
elsif blit_request = '1' then
if blit_dst_finish = '0' and (STB_O_blit_dst = '1' and busout_fifo_rdy = '1') then
dst_dbg.FIRST <= '0';
if blit_dst_cnt_x_next = '0' & X"0000_0000" or blit_dst_cnt_x_next(32) = '1' then
if dst_dbg.LAST = '1' then
if blit_dst_cnt_y < X"0000_0002" then
blit_dst_finish <= '1';
else