mirror of
https://github.com/MPSU/APS.git
synced 2026-06-10 11:13:33 +00:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# Vivado Basics
|
|
|
|
The lab series is designed for you to apply the knowledge gained on processor system architectures in practice — to see "from the inside" how zeros and ones flow through a circuit, just as they do in your own computers.
|
|
|
|
The EDA tool **Vivado** is used for effective engagement with the lab work. It is a fairly complex tool that requires a considerable amount of time to learn on its own.
|
|
|
|
To lower the barrier to entry, a set of materials covering the basic usage scenarios has been written and is presented in this folder.
|
|
|
|
The following documents are available here:
|
|
|
|
1. [Creating a New Project for the Nexys A7 Development Board](./01.%20New%20project.md);
|
|
2. [Flow Navigator](./02.%20Flow%20Navigator.md);
|
|
3. [Project Manager](./03.%20Project%20manager.md);
|
|
4. [How to Run Simulation in Vivado](./04.%20Simulation.md);
|
|
5. [Functional Bug Hunting Guide](./05.%20Bug%20hunting.md);
|
|
6. [RTL Analysis](./06.%20RTL%20Analysis.md);
|
|
7. [How to Program the FPGA](./07.%20Program%20and%20debug.md);
|
|
8. [Guide to Handling Code Processing Errors](08.%20Code%20processing%20errors.md)
|