aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl
Commit message (Expand)AuthorAgeFilesLines
* psl: remove start loops only in case of always.Tristan Gingold2023-03-153-1/+24
* psl-optimize: add commentsTristan Gingold2023-03-081-1/+6
* psl-disp_nfas: improve outputTristan Gingold2023-03-081-7/+9
* psl-build.adb(build_plus_repeat): fix handling of single edge NFATristan Gingold2023-03-081-3/+15
* psl-build: fix fusion with epsilon. Fix #2336Tristan Gingold2023-01-311-0/+1
* PSL: optimize True for goto_repeatTristan Gingold2023-01-311-5/+17
* psl-disp_nfas: add Dump_NFATristan Gingold2023-01-312-0/+57
* psl-build.adb: handle sync_abort. Fix #2266Tristan Gingold2022-12-071-1/+2
* psl-rewrites: minor style changeTristan Gingold2022-08-161-2/+1
* vhdl-prints: improve handling of PSL. For #2178Tristan Gingold2022-08-155-58/+109
* PSL: Add handling of N_HDL_Bool to Dump_Expr procedure (#2158)T. Meissner2022-08-041-1/+2
* psl-build.adb: disable incorrect optimization. Fix #2157Tristan Gingold2022-08-032-2/+5
* psl-nodes: add commentsTristan Gingold2022-07-301-0/+2
* psl-rewrites.adb: fix inclusive before. Fix #2153Tristan Gingold2022-07-291-1/+3
* synth: add support for sequence instance in vunit. Fix #1889Tristan Gingold2021-10-131-1/+2
* vhdl,psl: abort is now identical to async_abort. For #1654Tristan Gingold2021-09-021-3/+2
* trans-chap9.adb: handle async_abort, sync_abort. Fix #1654Tristan Gingold2021-08-302-0/+22
* vhdl and psl: parse sync_abort and async_abort. For #1654Tristan Gingold2021-08-307-38/+82
* PSL: handle inf in star repeat sequence. Fix #1832Tristan Gingold2021-08-267-7/+28
* psl: suffix implication are properties (for simple subset). For #1721Tristan Gingold2021-04-133-6/+5
* psl-subsets: fix fallout of #1708Tristan Gingold2021-04-031-2/+3
* psl: prefix of goto/non-consecutive repetition is a bool. Fix #1708Tristan Gingold2021-04-033-20/+27
* psl, vhdl: Extend semantic pass for PSL to allow "assert never <Sequence>" wi...Ondrej Ille2021-03-281-0/+1
* psl-subsets.adb: allow optionnal sequence to plus repeat. Fix #1698Tristan Gingold2021-03-271-3/+2
* update license headersumarcor2021-02-053-33/+27
* update license headersumarcor2021-01-1435-385/+315
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordi...umarcor2020-12-281-2/+9
* vhdl-sem_psl: avoid a crash in synth on incorrect clock.Tristan Gingold2020-06-301-0/+1
* vhdl psl: add support for equivalence operator. Fix #1371Tristan Gingold2020-06-167-177/+237
* psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345Tristan Gingold2020-05-292-2/+11
* psl: set locations in CSE. Fix #1272Tristan Gingold2020-04-292-14/+4
* psl: keep locations.Tristan Gingold2020-04-266-16/+46
* psl-rewrites: handle N_Paren_Prop (simply discard).Tristan Gingold2020-03-131-0/+3
* psl: keep denoting names in the PSL ast.Tristan Gingold2020-03-1311-21/+91
* psl-nfa-utils: move active state in merge_state.Tristan Gingold2019-10-311-0/+5
* psl: add active state.Tristan Gingold2019-10-214-20/+71
* psl-nfas-utils: reuse True_Node.Tristan Gingold2019-10-211-4/+2
* vhdl: Add the implicit [*] at start of PSL cover sequence.Tristan Gingold2019-10-152-0/+30
* fix: move src/xtools to python/xtools (#846)1138-4EB2019-06-171-1/+1
* vhdl-prints: handle PSL, add psl tokens for strong and inclusive variants.Tristan Gingold2019-05-301-0/+2
* vhdl: renames disp_vhdl to printsTristan Gingold2019-05-302-0/+2
* vhdl-disp_vhdl: fixes for psl.Tristan Gingold2019-05-251-2/+16
* psl: can keep parenthesis during parse.Tristan Gingold2019-05-245-32/+74
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-1/+1
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-102-1/+14
* psl: add psl-types, psl-nodes_priv.Tristan Gingold2019-05-1015-3/+72
* Extract psl-errors from errorout.Tristan Gingold2019-05-102-0/+64
* psl-rewrites: handle and/or seq.Tristan Gingold2018-11-301-1/+3
* psl: adjust after pnodes.py changes and regenerate.Tristan Gingold2017-10-282-12/+12
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-226-20/+48