jrrguzman
Occasional Contributor
6 years agoQsys execution within modelsim
Hi, I'm trying to automate my simulation environment in Modelsim which uses an Intel Avalon MM master BFM. I want to generate all the required scripts within Modelsim, so I only need to pass the qs...
- 6 years ago
Hi @Vicky ,
Unfortunately your links didn't work...it seems Modelsim does not like how qsys-generate ends up, so I can't call it from within Modelsim.
However, I found a workaround that works quite ok. So instead of calling qsys-generate within Modelsim, I execute a tcl script in quartus that first executes the qsys-generate and when all the sources are generated, launches Modelsim with an attached do file, for setting up the simulation environment and compilation dependencies.
Cheers