aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue880
Commit message (Collapse)AuthorAgeFilesLines
* fix(testsuite): show diffs on comparison failureXiretza2022-05-161-2/+2
|
* testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.Tristan Gingold2021-06-131-2/+2
| | | | Option --strip-trailing-cr is used only on windows.
* testsuite: Adjust regression for new format of PSL report.Ondrej Ille2021-04-081-3/+6
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-073-0/+101
* 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