aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-0/+2
|
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-0/+6
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-1/+1
|
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-0/+2
|
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-0/+3
|
* vhdl: improve error messages for generate statement.Tristan Gingold2019-06-121-1/+1
|
* vhdl-errors: avoid a crash on error type.Tristan Gingold2019-06-051-0/+3
|
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-15/+10
|
* vhdl: minor reformating.Tristan Gingold2019-05-111-4/+3
|
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-8/+13
|
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-3/+3
|
* Extract psl-errors from errorout.Tristan Gingold2019-05-101-5/+0
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+990