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.

24 lines
537 B

  1. # psl_with_ghdl
  2. A collection of examples of using PSL for functional and formal verification of VHDL with GHDL (and SymbiYosys).
  3. The next two lists will grow during furter development
  4. ## PSL features supported by GHDL:
  5. * assert directive
  6. * cover directive
  7. * assume directive (synthesis)
  8. * restrict directive (synthesis)
  9. * always operator
  10. * never operator
  11. * implication operator
  12. * next operator
  13. * next[i] operator
  14. * next_event() operator
  15. ## PSL features currently unsupported by GHDL:
  16. * next_a[i:j] operator
  17. * next_e[i:j] operator