Altera_Forum
Honored Contributor
16 years agoSOPC + external Vhdl simulation
Hi,
I'm programming 2 CycloneIII FPGAs (everything on PC, no HW), the 1st is simply a system of vhdl files interconnected each other, in the 2nd i've created a SOPC system as follows: SOPC = NIOS II processor + Memory + PIO + UART. i can easily run the "hello world" project with NIOS II C/C++ and then see the result but.. As i'm new to this type of creating full systems on FPGAs i'm facing some problems: i have to write a vhdl file to let the SOPC system communicate with the 1st FPGA, but i don't know how to simulate all the 2nd FPGA system(sopc + external vhdl):confused:. - i've tried to simulate all with modelsim but it doesn't work (is it possible to do something like this?) - i've tried to simulate everything with the NIOS II C/C++ but it does simulate only the SOPC system. I need to simulate the whole project in order to understand if it works fine! Can you please tell me how to do that? Or where i can find some examples? (the an531 because it doesn't consider any external vhdl file as i need, but only the SOPC simulation) Any suggestion will be helpfull.. ;) Thanks