完善README

This commit is contained in:
WangXuan95 2019-03-21 01:33:47 +08:00
parent b48d610c63
commit 6c395afde1
3 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ UART 调试器有两种模式:
在**DEBUG模式**下,发送一条写命令: **"20000 31323334"** ,可以看到第一行出现了 **4321** 。这是因为显存RAM的起始地址是 0x20000使用 UART调试器 正好向其中的前4个字节写入了 0x34、0x33、0x32、0x31也就是**4321**的ASCII码。
![Image text](https://github.com/WangXuan95/USTCRVSoC/blob/master/images/vga_show.png)
显存 RAM 占 4096 字节分为32个块对应屏幕中的32个行每块128B前 86 字节对应该行中的前 86 个字符的 ASCII 码。后面128-86个字节不会显示在屏幕上。
显存 RAM 与 数据 RAM 行为相同,即可读又可写,但不能保证一个时钟周期一定能读出数据。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

BIN
images/vga_show.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB