Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
I think ModelSim-Altera doesn't support mixed language simulation.
you can check it here : http://www.altera.com/products/software/quartus-ii/modelsim/qts-modelsim-index.html you need to write you testbench in same language with your IP. - Altera_Forum
Honored Contributor
--- Quote Start --- I think ModelSim-Altera doesn't support mixed language simulation. you can check it here : http://www.altera.com/products/software/quartus-ii/modelsim/qts-modelsim-index.html you need to write you testbench in same language with your IP. --- Quote End --- Thanks for the reply. ModelSim-Altera doesn't support mixed language simulation, but ModelSim SE support. What should I do? - Altera_Forum
Honored Contributor
If you can afford a fund, you should buy ModelSim SE/PE in order to perform mixed language simulation, but if you can't then you have to write your testbench in same language with your IP like I said before, or you can find another IP written in same language with your testbench,..
I hope it can help you,... - Altera_Forum
Honored Contributor
--- Quote Start --- If you can afford a fund, you should buy ModelSim SE/PE in order to perform mixed language simulation, but if you can't then you have to write your testbench in same language with your IP like I said before, or you can find another IP written in same language with your testbench,.. I hope it can help you,... --- Quote End --- Thanks. I have made it in ModelSim SE.