Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to add test bench to the SOPC?
Hi there, I want to add an Avalon slave custom peripheral test bench, so I can simulate the system. The question is that I don't want to add it to the main Quartus project. Is there any way to add...
Altera_Forum
Honored Contributor
16 years agoHi there, I solved the issue.
To add custom test bench you can use the generated {sopc_system}.v file. At the bottom of the file there is "module test_bench" with the rest of the logic included. You can adjust the test bench to your design. It's very simple but you have to know it :) Best regards, VT