-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update qemu intro.rst for nuclei/9.0 release #15
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
最终需要预览修改效果,这里显示有很多格式错误,请一定要预览修改效果。
+=====================+===============================+ | ||
|NMI | Not supported | | ||
+---------------------+-------------------------------+ | ||
|TIMER | Supported | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里Supported的状态,需要备注说明下, 因为我们很多外设并非完整的支持,是有限制的
这次文档需要务必写清楚。类似于
Supported, see :ref:`qemu_support_status_timer`
.. _qemu_support_status_timer:
TIMER Support Limitation
~~~~~~~~~~~~~~~~~
source/qemu/intro.rst
Outdated
@@ -3,33 +3,132 @@ | |||
About Nuclei QEMU | |||
=================== | |||
|
|||
Nuclei QEMU is developed based on QEMU version 8.0, supporting the machine features of Nuclei Demosoc and Evalsoc. In terms of extensions, it supports RVV 1.0, Nuclei DSP extension, ZC extension (RISC-V Code Size Reduction), Nuclei Xlcz extension, as well as features like the B extension, K extension, and Nuclei Nice instructions. | |||
Nuclei QEMU is now developed based on QEMU version 9.0, supporting the machine features of Nuclei Evalsoc. In terms of extensions, it supports RVV 1.0, Nuclei Xxldsp extension, ZC extension (RISC-V Code Size Reduction), Zilsd & Zclsd extensions, Nuclei Xxlcz extension, Nuclei xxlvqmacc extension, as well as features like the B extension, K extension, and Nuclei Nice & Vnice instructions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里以列表的形式展示。有需要额外补充说明的也补充说明下, 例如
- Nuclei Xxldsp extension: P 0.5.4 draft extension and Nuclei customized N1/N2/N3 extensions
source/qemu/intro.rst
Outdated
+---------------------+-----------------------+-----------------------+-----------------------+---------------------------------------+ | ||
| | SRAM | 0xA0000000 | 0x20000000 | SRAM address space. + | ||
+---------------------+-----------------------+-----------------------+-----------------------+---------------------------------------+ | ||
| Peripherals (Fixed) | IINFO | 0 | 0x1000 | IINFO address space. + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的 Fixed和Offset需要解释下是啥,然后实际上都是可配置的,配置方法应该指出来,参见后面哪个地方的文档
|
||
``F`` - Failed | ||
|
||
+-----------------------+---------------+---------------+-----------------------------------------------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里备注需要说明下有些例子需要传递的额外的编译选项。这里压根没提到。
source/qemu/intro.rst
Outdated
+-----------------------+---------------+---------------+-----------------------------------------------+ | ||
| ucosii/demo/ | Y | | | | ||
+-----------------------+---------------+---------------+-----------------------------------------------+ | ||
|
||
And Nuclei QEMU and Nuclei SDK are deeply integrated in Nuclei Studio, you can also use it in Nuclei Studio, see https://nucleisys.com/upload/files/doc/nucleistudio/Nuclei_Studio_User_Guide.202406.pdf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档链接,这里需要更新了,IDE的也维护在这个仓库了,直接指向正确的位置。
文档格式写的不知道咋弄,可以下来直接找我 |
f4191e4
to
38238e7
Compare
No description provided.