Altera_Forum
Honored Contributor
16 years agoSimulation in Quartus II
hello friends,
I am a beginner in Quartus. In my project I am trying to do simulation using Quartus II for my verilog code. I have top level module cpu_io and the other one is my test module. From my understanding, in order to simulate it is essential that those signals should be defined in the portlist. So, in the top- level entity or the top level file I have the portlists defines as: cpu_io u0 { ... portlist for cpu ... }; testmodule u2 { .. portlist for testmodule (these include the signals for which I want to see the simulations) .. }; After I compile, generate the netlist and try to insert new node in the vector waveform file.The list of all pins does not include the pins for the testmodule :confused: Am I doing something wrong? I went through the documanetation couple of times but was not able to figure out. :(Could you guys please help me.. Thanks Regards, sim