We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f020085 commit 2b16095Copy full SHA for 2b16095
bin/README.md
@@ -33,4 +33,4 @@
33
34
## custom-output
35
36
-该目录下的测试用例使用`0x7b`指令作为输出指令,,可用于测试CPU指令实现的正确性。CPU在执行该指令时,将`a0`寄存器的值作为[ASCII](https://en.wikipedia.org/wiki/ASCII)字符打印出来。
+该目录下的测试用例使用`0x7b`指令作为输出指令,,可用于测试CPU指令实现的正确性。CPU在执行该指令时,将`a0`寄存器的值作为[ASCII](https://en.wikipedia.org/wiki/ASCII)字符打印出来。其中`interrupt-test`和`rt-thread`需要实现`CLINT`,关于`CLINT`的地址,可以参考[这里](https://chromitem-soc.readthedocs.io/en/latest/clint.html)。
0 commit comments