From 73f045d39e4e598fde704a5f6d69a649d960b6ea Mon Sep 17 00:00:00 2001 From: JasonHuo Date: Sat, 21 Feb 2026 20:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=86README=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c842ae..993d680 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ nvboard_quit(); 在Makefile中 * 将生成的上述引脚绑定的C++文件加入源文件列表 +* 在文件目录下编写constr下的.nxdc文件,将verilog代码的输入输出绑定到对应引脚 * 将NVBoard的构建脚本包含进来 ``` include $(NVBOARD_HOME)/scripts/nvboard.mk