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.

32 lines
634 B

  1. psl_tests := \
  2. psl_always \
  3. psl_logical_implication \
  4. psl_never \
  5. psl_next \
  6. psl_next_3 \
  7. psl_next_a \
  8. psl_next_e \
  9. psl_next_event \
  10. psl_next_event_4 \
  11. psl_next_event_e \
  12. psl_next_event_a \
  13. psl_until \
  14. psl_before \
  15. psl_eventually \
  16. psl_sere \
  17. psl_sere_overlapping_suffix_impl \
  18. psl_sere_non_overlapping_suffix_impl \
  19. psl_sere_consecutive_repetition \
  20. psl_sere_non_consecutive_repeat_repetition \
  21. psl_sere_non_consecutive_goto_repetition \
  22. psl_cover \
  23. psl_sere_within \
  24. psl_sere_or \
  25. psl_sere_len_matching_and \
  26. psl_sere_non_len_matching_and \
  27. psl_sere_concat \
  28. psl_sere_fusion \
  29. psl_sequence \
  30. psl_property \
  31. psl_endpoint \
  32. psl_abort