Update README.md
This commit is contained in:
29
README.md
29
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)*
|
- [Xilinx Vivado 2020.2](https://www.xilinx.com/products/design-tools/vivado.html) *(WebPack Edition)*
|
||||||
- **Hardware**:
|
- **Hardware**:
|
||||||
- [Digilent Basys 3](https://digilent.com/shop/basys-3-artix-7-fpga-trainer-board-recommended-for-introductory-users/)
|
- [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
|
## 🎯 Course Goals
|
||||||
- Develop practical skills for **FPGA-based digital system design**
|
- Develop practical skills for **FPGA-based digital system design**
|
||||||
@@ -28,5 +28,32 @@ The course focuses on:
|
|||||||
- `cons/`: Constraint files
|
- `cons/`: Constraint files
|
||||||
- `vivado/`: Vivado project 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
|
## 📬 Contact
|
||||||
For any questions or issues open an issue in this repository.
|
For any questions or issues open an issue in this repository.
|
||||||
Reference in New Issue
Block a user