Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

How to handle the no connection ports in a module?

In some cases, I want to leave some input or output ports of a module no connection. E.g.: ModuleA modulea_1 (.in1(),.in2(),……,.out1(),.out2(),……); However, if I just program as above, to ...