Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- thank you! now it works! :) --- Quote End --- Great! --- Quote Start --- i did not realized that i have to refer to the nco.vho and not to the top level entity. --- Quote End --- It depends on what you are trying to simulate. Your forum title requested NCO simulation, so that is what I helped you with. --- Quote Start --- but if i have more blocks than one i have to use the top level entity, isn't it? or is there anything else that i have to consider to make the simulation work? --- Quote End --- If you have a top-level design, then you just need to make sure you compile all the components it uses, and then edit the testbench to instantiate the top-level design (making sure that all the port names match). When you use vsim to simulate the top-level, look at the log messages in the Modelsim window and you will see all of the other components being loaded. Cheers, Dave