./install.sh
./uninstall.sh
- Generate BSP : Go to workspace folder and run
generate_bsp <app_name>
. - Copy paste .vscode folder in you workspace root path.
- If you recompile the component VHDL you have to run
RefreshBSP
in your _bsp folder. - To compile and run debugger:
- Make sure your device is programmed (With Quartus OR run
ProgramFPGA <path_to_file_.sof>
*.sof is generally located to "output_file" folder). - Select your file with main function (open it and clic inside).
- Go to onglet "Run" --> "Start Debugging".
- Make sure your device is programmed (With Quartus OR run
- Optionnal : To see the console (printf) run
nios2-terminal
in a terminal.