Extension of Visual Studio code to create, build, simulate and upload to FPGA using Quartus Prime TCL engine.
NOTE: Only supports 10M50DAF484C6GES FPGA at this moment.
- Create new projects.
- Build and simulate.
- Create test-bench for the project.
- See I/O of the top entity.
- See vhd files in the project.
- Quartus Prime 20.1
- Visual studio code >= 1.66
Only one setting is needed which is the path to the Quartus instalation (setting: quartusprime.quartusInstallPath
). (ex: C:\\intelFPGA_lite\\20.1
)
- Upload to FPGA using USB-BLASTER.
- See available pins for the FPGA.
- Assign a pin to an IO port.