Altera_Forum
Honored Contributor
10 years agoSimulation NIOS II and VHDL block
Hi everybody,
I have a problem to simulate 2 block on quartus together. In fact there is one NIOS II block and one VHDL block that i want to use in dual mode. So first during the simulation, is the NIOS block that command the system and then when i give a command,i want to switch to the VDHL block. So to do this i have created another VHDL bock that take as input all the output of the NIOS II block and the VHDL block, and implement a multiplex in output . There is no output when i do so, but when i test the two block separately, there is successfull result. Best regards