aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-tokens.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: add tok_inherit. Preliminary work for #1899Tristan Gingold2021-11-031-0/+2
* Add parsing of case? statement and simple test.Brian Padalino2021-09-241-0/+3
* vhdl and psl: parse sync_abort and async_abort. For #1654Tristan Gingold2021-08-301-0/+4
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-091-0/+4
* update license headersumarcor2021-01-141-11/+9
* vhdl: rework formatter engine, add 'ghdl fmt' commandTristan Gingold2021-01-091-1/+6
* vhdl: add force and release tokens. For #1416Tristan Gingold2020-08-011-0/+4
* vhdl psl: add support for equivalence operator. Fix #1371Tristan Gingold2020-06-161-0/+2
* vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662Tristan Gingold2020-06-021-0/+10
* vhdl psl: fully scan PSL keywords in scanner.Tristan Gingold2019-08-201-2/+14
* vhdl: recognize PSL units reserved words.Tristan Gingold2019-08-161-0/+6
* vhdl: add PSL keywords to vhdl08 reserved words.Tristan Gingold2019-08-141-14/+14
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-0/+2
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-0/+4
* vhdl: differenciate block and line comments.Tristan Gingold2019-05-301-2/+4
* vhdl-prints: handle PSL, add psl tokens for strong and inclusive variants.Tristan Gingold2019-05-301-0/+12
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-0/+456