mirror of
https://github.com/WangXuan95/USTC-RVSoC.git
synced 2024-12-24 22:58:56 +08:00
完善README
This commit is contained in:
parent
b48d610c63
commit
6c395afde1
@ -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
BIN
images/vga_show.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 MiB |
Loading…
x
Reference in New Issue
Block a user