Altera_Forum
Honored Contributor
14 years agoModelSim does not see the wires
I draw a simple circuit in which the name on the wire is connecting the two components.
Instance inst has output to the wire called w1And inst2 has an input with a wire, called w1. Next, we use the tools available in the Quartus: compile get netlist create a test bench through the Start Test Bench Template Writer ModelSim runs through the Gate Level Simulation button Compile a test-bench in ModelSim Run the simulation By default, the Test Bench Template Writer creates i1: project_name PORT MAP (...) So ... In the simulation all input ports and output can be seen normally. But the w1 connection can not be found in the ModelSim i1 branch. Does not ModelSim see the internal wires?