From f9661d9630f220cfd30abd124c7b6ef9d7122382 Mon Sep 17 00:00:00 2001 From: Davide Date: Sun, 23 Mar 2025 23:42:34 +0100 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed46786..de24b15 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The course focuses on: - [Xilinx Vivado 2020.2](https://www.xilinx.com/products/design-tools/vivado.html) *(WebPack Edition)* - **Hardware**: - [Digilent Basys 3](https://digilent.com/shop/basys-3-artix-7-fpga-trainer-board-recommended-for-introductory-users/) - - FPGA: *Xilinx Artix-7* (**XC7A35TCPG236C-1**) + - FPGA: *Xilinx Artix-7* (**XC7A35T-1CPG236C**) ## 🎯 Course Goals - Develop practical skills for **FPGA-based digital system design** @@ -28,5 +28,32 @@ The course focuses on: - `cons/`: Constraint files - `vivado/`: Vivado project files +## 🚀 Getting Started + +### Clone the Repository +To get started with this project, follow these steps: + +1. Open a terminal (e.g., Command Prompt or PowerShell) on your Windows machine. +2. Navigate to the `C:\` directory: + ```cmd + cd C:\ + ``` +3. Clone the repository using Git: + ```cmd + git clone https://git.cdtech.duckdns.org/Davide/DESD.git + ``` + This will create a folder named `DESD` in `C:\`. + +4. Open the folder `C:\DESD` in [Visual Studio Code](https://code.visualstudio.com/). + +### Install VHDL Extension +To work with VHDL files in Visual Studio Code, install the **VHDL LS** extension: + +1. Open Visual Studio Code. +2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing `Ctrl+Shift+X`. +3. Search for **VHDL LS** in the Extensions Marketplace. +4. Click **Install** on the extension by [Håkon Bohlin](https://marketplace.visualstudio.com/items?itemName=hbohlin.vhdl-ls). +5. Restart Visual Studio Code to activate the extension. + ## 📬 Contact For any questions or issues open an issue in this repository. \ No newline at end of file