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

Quartus II simulator

Altera_Forum
Honored Contributor II
1,198 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
476 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