Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 761 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 761 Bytes

VHDL-FPGA-labs

Student instructions

New to git? Please remember to take git online course!!!

  1. Install course VM (you need to have VirtualBox installed).
  2. Fork this repository so that you have your own exact replica with write permissions.
  3. Clone repository contents into course VM. The VM has cross-compilation tools set up, and vscode as well.
  4. Work through the lab assignments. Each lab requires code modifications and produces other deliverables like oscilloscope data, and you will need to commit all that to your repository.
  5. Sometimes lab assignments are updated here. You might need to pull updates to your working directory, merge updates with your existing work, and push to your own repository!