Error Message: $Y0180

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Summary

Attempt to assign to a port with mode IN.

Description

The Compiler has encountered an invalid use of a port with mode in. It is not legal to assign values to ports that have been declared as mode in.

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.