- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user