Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: Introduce two separate PSL counters (Finish and Start). | Ondrej Ille | 2021-04-08 | 1 | -7/+14 |
| | | | | | | Finish counter corresponds to legacy count. Start counter corresponds to number of times start state is left (assertion is triggered). | ||||
* | src: Adjust grt-psl to use PSL RTI type. | Ondrej Ille | 2021-04-08 | 1 | -5/+5 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | Add support for PSL assumptions, used in formal verification (#880) | Pepijn de Vos | 2019-08-07 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | grt: rework error API (WIP). | Tristan Gingold | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | PSL: add clocked SERE, make endpoints visible from VHDL. | Tristan Gingold | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | grt-psl.adb: fix build failure (unused package). | Tristan Gingold | 2016-03-18 | 1 | -1/+0 |
| | |||||
* | PSL: add counters, generate rti and add --psl-report | Tristan Gingold | 2016-03-18 | 1 | -0/+217 |