Forum Discussion

ove's avatar
ove
Icon for New Member rankNew Member
2 hours ago

Nios-V on Cyclone IV

Hi all

Trying to get a NÌOS-V running on Cyclone IV using, just the basics. Using Quartus 25.1.

Just as a test I added just the neccessary components and the sysid as shows in the picture below.

Quartus project was compiled without any errors.

Moving on to the application, created a bsp with the sopcinfo file created by Quartus using the command : niosv-bsp --create --sopcinfo=iwis_top.sopcinfo --type=hal software/bsp/settings.bsp

Then created the application using the command : niosv-app --bsp-dir=software/bsp --app-dir=software/app --srcs=software/app

The application compiles with "empty" main file, but if I try to add system.h and altera_avalon_sysid_qsys to use alt_avalon_sysid_qsys_test() it failes with error "Unknown reference to alt_avalon_sysid_qsys_test".

Should not this work right right out of the box ?

No RepliesBe the first to reply