www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Attempt to assign to a port with mode LINKAGE.
Description
The Compiler has encountered an invalid use of a port with mode linkage. It is not legal to assign values to ports that have been declared as mode linkage.
Recommendation
Check to make sure that you are assigning to the correct port in your design. If you need to assign a value to the port, use mode inout or out.