Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: try to convert identifier to token only for identifiers | Tristan Gingold | 2019-10-20 | 1 | -1/+3 |
| | | | | | (and not for bit string literal). Fix #983 | ||||
* | vhdl psl: fully scan PSL keywords in scanner. | Tristan Gingold | 2019-08-20 | 1 | -31/+54 |
| | |||||
* | vhdl: recognize PSL units reserved words. | Tristan Gingold | 2019-08-16 | 1 | -0/+6 |
| | |||||
* | vhdl: add PSL keywords to vhdl08 reserved words. | Tristan Gingold | 2019-08-14 | 1 | -9/+33 |
| | |||||
* | Add support for PSL assumptions, used in formal verification (#880) | Pepijn de Vos | 2019-08-07 | 1 | -0/+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: handle (discard) more pragmas. | Tristan Gingold | 2019-07-25 | 1 | -0/+8 |
| | |||||
* | vhdl scanner: handle pragma translate_on/translate_off. | Tristan Gingold | 2019-07-24 | 1 | -3/+94 |
| | |||||
* | vhdl: parse and analyze restrict directive. | Tristan Gingold | 2019-07-04 | 1 | -0/+4 |
| | |||||
* | Error_Msg_Option: do not raise exception. | Tristan Gingold | 2019-06-25 | 1 | -1/+9 |
| | |||||
* | vhdl-scanner: optimization | Tristan Gingold | 2019-06-03 | 1 | -6/+17 |
| | |||||
* | vhdl: differenciate block and line comments. | Tristan Gingold | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | vhdl-disp_vhdl: print literals and identifiers from the source. | Tristan Gingold | 2019-05-29 | 1 | -0/+5 |
| | | | | Add Literal_Length and set it in the parser. | ||||
* | errorout: add messages group instead of continuation. | Tristan Gingold | 2019-05-12 | 1 | -7/+9 |
| | |||||
* | vhdl: decouple errorouts a bit more. | Tristan Gingold | 2019-05-10 | 1 | -28/+45 |
| | |||||
* | vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64. | Tristan Gingold | 2019-05-10 | 1 | -10/+10 |
| | |||||
* | vhdl: move scanner under vhdl hierarchy. | Tristan Gingold | 2019-05-04 | 1 | -0/+2332 |