Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Quartus II simulator

Altera_Forum
Honored Contributor II
1,205 Views

Hi, I want to know how to view internal signals in the simulation report, I get the next message: 

 

Warning: Can't find node "x[3]" for functional simulation. Ignored vector source file node.  

 

where x[] is a signal.  

 

My vhdl code adds three inputs: a,b,c.  

x<=a+b 

output<=x+c. 

 

And i want to view the parcial sum in x. 

 

Thanks.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
483 Views

You may put x as an output (only for temporary testing purpose) so you will have access to this node to view its behaviour inside the simulation.

0 Kudos
Reply