aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-prints.adb
Commit message (Collapse)AuthorAgeFilesLines
...
* vhdl: renames Conditional_Expression to Conditional_Expression_Chain.Tristan Gingold2019-09-021-3/+4
|
* vhdl psl: fully scan PSL keywords in scanner.Tristan Gingold2019-08-201-1/+1
|
* vhdl-prints: handle architecture in verification unit hierarchical name.Tristan Gingold2019-08-201-0/+7
|
* vhdl-prints: handle verification units.Tristan Gingold2019-08-201-318/+354
|
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-0/+13
|
* vhdl: add PSL keywords to vhdl08 reserved words.Tristan Gingold2019-08-141-6/+6
|
* vhdl: improve reprint of inertial association.Tristan Gingold2019-08-111-1/+5
|
* vhdl: handle subtype indication (with range) in discrete_range.Tristan Gingold2019-08-101-0/+2
| | | | For #877
* vhdl: remove severity from cover, report and severity from assume.Tristan Gingold2019-08-081-5/+4
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-prints: improve output for ports/generics.Tristan Gingold2019-07-221-5/+27
|
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-6/+6
|
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-1/+18
|
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-0/+13
|
* vhdl-prints: try to print error content.Tristan Gingold2019-06-041-0/+10
|
* vhdl-prints: fix extra 'else' in disp_conditional_waveform.Tristan Gingold2019-06-031-2/+3
|
* vhdl-prints: improve indent.Tristan Gingold2019-06-021-0/+4
|
* vhdl-prints: improve output for if/then, architecture.Tristan Gingold2019-06-011-0/+4
|
* vhdl-formatters: add indent.Tristan Gingold2019-06-011-1/+5
|
* vhdl-prints: handle PSL, add psl tokens for strong and inclusive variants.Tristan Gingold2019-05-301-85/+394
|
* vhdl: renames disp_vhdl to printsTristan Gingold2019-05-301-0/+4155