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

connectivity warning of unused output port

Altera_Forum
Honored Contributor II
1,235 Views

if one of port of a module instance do not conneted to a wire /register,quartus will report a warning. 

 

how I can tell quartus this port is un-used eplicitly. 

 

quartus only report connectivity warning that i lost connection.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
525 Views

If it's an input, tie it off in your code. If it's an output, does the VHDL OPEN work? The connectivity is an extra report to help find stuff, but there aren't assignment settings to control it.  

Also, if you see a warning for one you know is all right, you can suppress that message so it doesn't show up. It won't fix the connectivity report in the Compilation Report, but it will hide the message.
0 Kudos
Reply