User guide

22-70
SystemVerilog Design Constructs
RT Warning: No condition matches in 'priority if' statement.
" filename.v", line line_number, at time sim_time
RT Warning: More than one conditions match in 'unique case'
statement.
" filename.v", line line_number, at time sim_time
RT Warning: No condition matches in 'unique case' statement.
" filename.v", line line_number, at time sim_time
RT Warning: No condition matches in 'priority case'
statement.
" filename.v", line line_number, at time sim_time
You can suppress these warning messages with the following
compile-time option and keyword argument.
-ignore keyword_argument
The keyword arguments are as follows:
unique_checks
Suppresses warning messages about unique if and unique
case statements.
priority_checks
Suppresses warning messages about priority if and
priority case statements.
all
Suppresses warning messages about unique if, unique
case, priority if and priority case statements.