ID:13974 VHDL error at <location>: block comments are not supported in <name>

CAUSE: You used block comments (beginning with /*) in VHDL, but the specified VHDL version does not support block comments. Block comments are only supported in VHDL 2008.

ACTION: Provide a VHDL version that supports block comments (for example, VHDL 2008) or change the block comment to a short line comment (beginning with //).