www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
A 'name' must not contain a new line character.
Description
The Compiler has encountered a new line character in a quoted string or an extended name. Strings and extended identifiers in VHDL must not contain new line characters.
Recommendation
Check to make sure that you have placed a terminating quote character on the end of the string, or terminating backslash on an extended name. For readability in your editor you may prefer shorter strings, in this case use the concatenation operator (&) to break the string into multiple parts on multiple lines.