Why is this an issue?

Using variables may lead to non-synthesizable code. Thus, variables should not be used in synthesis.

How to fix it

Code examples

Noncompliant code example

variable v : std_logic;

Resources

Related rules