Skip to content

Commit a0be274

Browse files
committed
How to use simulation tools
1 parent 0e1d9f6 commit a0be274

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,16 @@ To run and simulate VHDL code, you will need the following tools. Below are link
4444
- Under **Devices**, download: **MAX® 10 FPGA device support**
4545

4646
Place all the downloaded files in the same directory, then launch `Quartus Prime Lite` and `ModelSim` to begin your workflow.
47+
48+
## How to Use Simulation Tools
49+
50+
Once you have installed **ModelSim** and **Quartus Prime Lite**, you can follow the guides below to learn how to set up and run simulations:
51+
52+
- **Using ModelSim**: [Step-by-step guide](./Projects/ModelSim/README.md)
53+
- **Using Quartus Prime Lite**: [Step-by-step guide](./Projects/Quartus/README.md)
54+
55+
These guides cover how to:
56+
57+
- Set up a VHDL project
58+
- Write and compile testbenches
59+
- Run simulations and analyze waveforms

0 commit comments

Comments
 (0)