Forum Discussion
Altera_Forum
Honored Contributor
18 years agoHi,
If I was you I would use the following option in Quartus Tools -> Netlist Viewer -> RTL viewer. this can be performed after analysis and elaboration. This will tell you whether you have connected up your blocks correctly through the use of port maps in your VHDL. floating inputs will cause logic to be optimised away. Also check outputs are connected to other blocks The other way is too simulate this, ie if you have floating inputs then this will be evident from the waveforms in modelsim Regards