ContributionsMost RecentMost LikesSolutionsHAL API for the Generic Serial Flash Interface FPGA IP, 'altera_safeclib' In the user guide for the Generic Serial Flash Interface (GSFI) it says "altera_safeclib" must be enabled in the BSP editor to use the HAL API for this device. With a Quartus 21.1 install and the accompanying NIOS II Software Build Tools for Eclipse I've searched through the BSP Editor UI and can't this setting at all. Also, when I generate the Eclipse BSP from my sopcinfo file, there are no HAL driver files generated for the GSFI. Does anyone know how I can enable HAL support for this IP? Thanks. Re: Autogenerated NIOS2 BSP from sopcinfo missing Eclipse project files Thanks for the reply Eric. I do use the command line tools & Tcl scripts to control the settings and generate the BSP. I just thought it would be nice to generate the Eclipse project files too. Never mind. Regards. Autogenerated NIOS2 BSP from sopcinfo missing Eclipse project files Whenever my FPGA design changes I have a shell script that takes the sopcinfo as input and generates a new BSP and runs 'make' on it. That all works fine and and my NIOS2 application builds OK with the generated BSP. But I would also like to generate the .cproject and .project files in the BSP directory so I can import it into the Eclipse IDE as a useful reference for macros, #defines etc.. I can't find a way to generate these project files using the SBT command line tools or Tcl scipts. Does anyone know how to do this? Thanks. Solved