aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/verific/verificsva.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for some of clang scan-build detected issuesMiodrag Milanovic2023-01-171-2/+2
* verific: Fix conditions of SVAs with explicit clocks within proceduresJannis Harder2022-05-031-3/+9
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* Accept disable case for SVA liveness properties.Diego H2021-02-041-0/+5
* Better error for unsupported SVA sequenceMiodrag Milanovic2020-09-181-2/+8
* Add Verific support for SVA nexttime propertiesClifford Wolf2019-11-221-0/+22
* Add Verific SVA support for "always" propertiesClifford Wolf2019-11-221-5/+15
* Use State::S{0,1}Eddie Hung2019-08-061-1/+1
* Add hack for handling SVA labels via VerificClifford Wolf2019-03-071-1/+14
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-4/+4
* Add "verific -L <int>" optionClifford Wolf2018-09-041-2/+3
* Fix handling of eventually properties in verific importerClifford Wolf2018-07-171-2/+4
* Fix verific eventually handlingClifford Wolf2018-06-291-6/+5
* Add verific support for eventually propertiesClifford Wolf2018-06-291-5/+105
* Further improve handling of zero-length SVA consecutive repetitionClifford Wolf2018-05-051-69/+108
* Fix handling of zero-length SVA consecutive repetitionClifford Wolf2018-05-051-26/+46
* Remove left-over log_ping debug commands.. oops.Clifford Wolf2018-03-311-4/+0
* Fix handling of unclocked immediate assertions in Verific front-endClifford Wolf2018-03-261-15/+35
* Update todo for more features to verificsva.ccClifford Wolf2018-03-161-3/+3
* Update todo for more features to verificsva.ccClifford Wolf2018-03-161-0/+1
* Add todo for more features to verificsva.ccClifford Wolf2018-03-161-8/+45
* Fix SVA handling of NON_CONSECUTIVE_REPEAT and GOTO_REPEATClifford Wolf2018-03-101-15/+72
* Fix variable name typo in verificsva.ccClifford Wolf2018-03-101-2/+2
* Add support for trivial SVA sequences and propertiesClifford Wolf2018-03-101-12/+102
* Fix Verific handling of "assert property (..);" in always blockClifford Wolf2018-03-071-6/+21
* Update comment about supported SVA in verificsva.ccClifford Wolf2018-03-061-51/+8
* Add SVA NON_CONSECUTIVE_REPEAT and GOTO_REPEAT supportClifford Wolf2018-03-061-20/+41
* Add SVA first_match() supportClifford Wolf2018-03-061-0/+16
* Add SVA within supportClifford Wolf2018-03-061-2/+18
* Add support for SVA sequence intersectClifford Wolf2018-03-061-36/+251
* Add get_fsm_accept_reject for parsing SVA propertiesClifford Wolf2018-03-061-73/+86
* Simplified SVA "until" handlingClifford Wolf2018-03-061-25/+16
* Add proper SVA seq.triggered supportClifford Wolf2018-03-041-36/+84
* Add Verific SVA support for "seq and seq" expressionsClifford Wolf2018-03-041-24/+94
* Refactor Verific SVA importer property parserClifford Wolf2018-03-041-56/+82
* Add VerificClocking class and refactor Verific DFF handlingClifford Wolf2018-03-041-80/+24
* Add SVA support for sequence ORClifford Wolf2018-03-031-22/+33
* Fix handling of SVA "until seq.triggered" propertiesClifford Wolf2018-03-021-7/+25
* Update SVA cheat sheet in verificsva.ccClifford Wolf2018-03-021-2/+4
* Fix in Verific SVA importer handling of until_withClifford Wolf2018-03-011-7/+5
* Fixes and improvements in Verific SVA importerClifford Wolf2018-03-011-77/+126
* Add support for PRIM_SVA_UNTIL to new SVA importerClifford Wolf2018-02-281-0/+27
* Add DFSM generator to verific SVA importerClifford Wolf2018-02-281-19/+272
* Continue refactoring of Verific SVA importer codeClifford Wolf2018-02-281-603/+139
* Major redesign of Verific SVA importerClifford Wolf2018-02-271-5/+573
* Add "SVA syntax cheat sheet" comment to verificsva.ccClifford Wolf2018-02-261-0/+34
* Add Verific SVA support for ranges in repetition operatorClifford Wolf2018-02-221-5/+26
* Add support for SVA throughout via VerificClifford Wolf2018-02-211-2/+6
* Add support for SVA sequence concatenation ranges via verificClifford Wolf2018-02-181-16/+124
* Add support for SVA until statements via VerificClifford Wolf2018-02-181-11/+119