docs(README): update output files in generate verilog section (#4657)

Since we use the `--split-verilog` option and MFC, the elaborator will
generate multiple System Verilog files.
This commit is contained in:
Qiming Chu 2025-05-20 14:54:52 +08:00 committed by GitHub
parent 3c8fe1e213
commit 5019334cea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ make idea
## Generate Verilog ## Generate Verilog
* Run `make verilog` to generate verilog code. The output file is `build/XSTop.v`. * Run `make verilog` to generate verilog code. This generates multiple `.sv` files in the `build/rtl/` folder (e.g., `build/rtl/XSTop.sv`).
* Refer to `Makefile` for more information. * Refer to `Makefile` for more information.

View File

@ -84,7 +84,7 @@ make idea
## 生成 Verilog ## 生成 Verilog
* 运行 `make verilog` 以生成 verilog 代码。输出文件为 `build/XSTop.v` * 运行 `make verilog` 以生成 verilog 代码。该命令会在 `build/rtl/` 目录下生成多个 `.sv` 文件(例如 `build/rtl/XSTop.sv`
* 更多信息详见 `Makefile` * 更多信息详见 `Makefile`
## 仿真运行 ## 仿真运行