From 5727b34d35ded5b00c271b3c8be8c1d39300119c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=85=89=E5=B0=91=E5=B9=B4?= <849317537@qq.com> Date: Fri, 10 May 2024 18:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=8B=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/property.json | 11 +++++++++++ .vscode/settings.json | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .vscode/property.json create mode 100644 .vscode/settings.json diff --git a/.vscode/property.json b/.vscode/property.json new file mode 100644 index 0000000..7dc2beb --- /dev/null +++ b/.vscode/property.json @@ -0,0 +1,11 @@ +{ + "toolChain": "xilinx", + "prjName": { + "PL": "template" + }, + "soc": { + "core": "none" + }, + "enableShowLog": false, + "device": "none" +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0acacd4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "digital-ide.welcome.show": false +} \ No newline at end of file