Forum Discussion
Altera_Forum
Honored Contributor
14 years agowell writing those modules, putting them together and running it is a huge process and requires three programs:
1) Altera SOPC designer to design the microcontroller. 2) Altera Quartus II to implement the processor and the other related modules on the fpga 3) Nios II IDE(eclipse) to program the micrcontroller since you already have the sopc design.. what you can try to do is add all those files to a quartus project(Project->Add/Remove files from project) and connect them as neccesary in the block diagram editor (New->Block diagram file) program it onto the fpga and then use nios IDE to write the c program (main_amp.c) and run it on the micontroller in the FPGA. but all of this is gonna require a certain level of knowledge and experience and wont be easy for a first time user to get it right at once.. Altera softcore microcontroller is quite a complicated system. so i suggest you read up on these software and start from scratch. because even if you bring all of these together theres no gurantee it'll work cause all of these components need to work with perfect harmony.