An extension for Visual Studio Code that can perform all basic quartus, platform designer, and eclipse functionalities.
- Clone Repo
- Run
npm install - Ensure the
intelFPGA_lite > 18.1 > quartus > bin64folder is in your PATH. - Open VSCode in the directory of this repo
- Press F5 to run the extension, and open the dev environment.
When you open the VSQ tab in VSCode, you will be prompted to make a new project. Currently, you input the following information:
- Project Name (no spaces)
- Device Family (Currently only support for MAX10)
- Part Number (Currently only support for 10M50DAF484C7G)
This will create a basic quartus project, and set the device for you.
Currently, the extension only knows if a quartus project exists if there is a .vsquartus folder. This is a mega WIP, and will be altered very soon.
- .vsquartus
tcl-scripts