Examples of using PSL for functional and formal verification of VHDL with GHDL (and SymbiYosys)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
psl_tests := \
|
|
psl_always \
|
|
psl_logical_implication \
|
|
psl_never \
|
|
psl_next \
|
|
psl_next_3 \
|
|
psl_next_a \
|
|
psl_next_e \
|
|
psl_next_event \
|
|
psl_next_event_4 \
|
|
psl_next_event_e \
|
|
psl_next_event_a \
|
|
psl_until \
|
|
psl_before \
|
|
psl_eventually \
|
|
psl_sere \
|
|
psl_sere_overlapping_suffix_impl \
|
|
psl_sere_non_overlapping_suffix_impl \
|
|
psl_sere_consecutive_repetition
|