Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17257 Discussions

simulate not top level entity

Altera_Forum
Honored Contributor II
1,512 Views

hello, 

 

I'm a beginner in quartus i have create a project with tow entity in tow different file .vhd then i set the first entity, witch has the same name of the project, as a top level entity. 

now the problem is when i would simulate the second entity(not the top level entity) i dont found pins of this entity in the list of signals given by the NODE FINDER. 

why? 

and how i can simulate this entity if her pins are not found in the list? 

to simulate an entity, is it necessary to create a new project with only one file and set it a top level etity? 

 

i use Quartus II Web Edition 9.1 

 

thanks a lot.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
769 Views

you should either set the second entity as your top level entity, or instantiate the 2nd entity in the first entity. 

 

the logic from your second entity doesn't show up in the Node Finder because its not actually used in the design if its not set as the top level entity or instantiated by the design.
0 Kudos
Altera_Forum
Honored Contributor II
769 Views

tanks this is exactly what i need to know.

0 Kudos
Reply