Altera_Forum
Honored Contributor
12 years agoProblem when reload a Qsys design on Nios IDE 12.1
Hello,
I have several errors on NIOS IDE when I modify design on Qsys and reloading the system. I use the Quartus II 12.1 with Qsys and NIOS IDE. So basically when I created a new design on Qsys with a NIOS and the application with BSP on IDE there is no problem. So when I modify my system on Qsys, I proceed like this : - Add a new peripheral (PIO for example) - Wire the new peripheral, assign base address... - Generate on Qsys - Update the symbol on Quartus and compile the new system - Clean project on NIOS IDE - Generate BSP - Run configuration, delete the old and make a new : the system ID and Timestamp are ok (when I download the new .sof) When I open the system.h I found my new peripheral but when I want to use it, (for example IOWR(PIO_TEST_BASE, 0, 0x0) the environment doesn’t know this new peripheral like it didn’t reload the right .qsys… So the only solution I have found is to delete the project a make a new one. I have looking on forum but didn't found response.. Anybody have a solution to this problem ? Thanks in advance