aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_psl.ads
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: add wildcard_psl_boolean. For #1387Tristan Gingold2020-07-021-0/+1
|
* Synthesis of PSL built-in fell() function.tmeissner2020-06-071-0/+1
|
* Synthesis of PSL built-in rose() function.tmeissner2020-06-061-0/+1
|
* Synthesis of PSL stable() function.tmeissner2020-06-061-0/+1
|
* Synthesis of PSL prev function.Tristan Gingold2020-06-021-0/+5
|
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-2/+6
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-1/+1
|
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-0/+1
|
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
|
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-0/+31