Non Standard Checks

ID

Message

Notes/Examples

KEYWORD_AS_IDENTIFIER

Reserved keyword # not allowed as identifier

report reference;
report procedural;

USE_CLAUSE_PACKAGE

Unexpected package #.# in use clause

use ieee.STD_LOGIC_MISC.all;