- bugfix: set Pos X/Y : data was not set.

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@572 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-11-02 19:00:37 +00:00
parent 915d700d67
commit 04e357869f
+2
View File
@@ -414,8 +414,10 @@ data_valid_register:
cg_ascii_data <= SDAT_I(7 downto 0);
elsif ADDR_I(3) = '1' then
cg_ascii_posy_we <= '1';
cg_ascii_data <= SDAT_I(7 downto 0);
elsif ADDR_I(4) = '1' then
cg_ascii_posx_we <= '1';
cg_ascii_data <= SDAT_I(7 downto 0);
elsif ADDR_I(5) = '1' then
cg_clr_screen <= '1';
elsif ADDR_I(6) = '1' then