aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue880/psl.vhdl
Commit message (Collapse)AuthorAgeFilesLines
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-0/+30
* vhdl: make the parser understand PSL assume * assume does not actually have report according to the spec. Just a property. * add SPL assume to semantic analysis * canonicalise PSL assume * add assume to annotations * add PSL assume to simulation code * statement -> directive * add assume to translation files * update ticked24 testcase * correctly parse assume * add assume testcase * refactor chunk of duplicated code