From b94b405bd39eecdb05033336f8245e2b0fa9722d Mon Sep 17 00:00:00 2001 From: ding <1605383434@qq.com> Date: Tue, 25 Mar 2025 11:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=B8=80=E4=B8=AA=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=EF=BC=8C=E5=AE=83=E4=BF=AE=E6=94=B9=E4=BA=86=E5=9C=A8?= =?UTF-8?q?=E4=B8=BB=E5=88=86=E6=94=AF=E5=B7=B2=E7=BB=8F=E8=A2=AB=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ .../content/zh-cn/docs/98_UT/01_frontend/03_ftq/_index.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3264efa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.sourceDirectory": "/home/ding/UnityChipForXiangShan/dut" +} \ No newline at end of file diff --git a/documents/content/zh-cn/docs/98_UT/01_frontend/03_ftq/_index.md b/documents/content/zh-cn/docs/98_UT/01_frontend/03_ftq/_index.md index 031de55..caa0e46 100644 --- a/documents/content/zh-cn/docs/98_UT/01_frontend/03_ftq/_index.md +++ b/documents/content/zh-cn/docs/98_UT/01_frontend/03_ftq/_index.md @@ -1,3 +1,8 @@ +--- +title: FTQ概述 +linkTitle: FTQ概述 +weight: 12 +--- *下文(包括所有的FTQ文档)中会提到一些关于BPU和IFU的相关知识,详情需要去查看对应的文档: * - [BPU文档链接](https://open-verify.cc/xs-bpu/docs/)