Error Message: $Y0009

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


Your Ad Here

Summary

A 'name' must not contain a CR character.

Description

The Compiler has encountered a carriage return character in a quoted string or extended identifier. Strings and extended identifiers in VHDL must not contain CR characters.

Recommendation

Check to make sure that you have placed a terminating quote character on the end of the string. If the string is too long to enter on one line, use the concatenation operator (&) to break the string into multiple parts on multiple lines. If you require that a carriage return character be embedded in the string, use the syntax:

'string1' & CR & 'string 2'

to concatenate two sub-strings with a carriage return character.