Forum Discussion
Altera_Forum
Honored Contributor
8 years agoProbably the best approach to test different versions of qsys design is as follows:
- Generate new .qsys (also generates new .socpinfo)
- Add this new .qsys to design and remove the previous one
- Instantiate this new .qsys in the top module (also comment the previous one ... and optionnally modify port list)
- Compile design in Quartus
- Program board with newly generated .sof
- In Eclipse: generate new bsp based on new .socpinfo
- In Eclipse: specify new bsp in application properties
- In Eclipse: rebuild application ... and run it on board