aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl/psl: handle PSL inherit spec. For #1899Tristan Gingold2021-11-051-10/+11
|
* synth: Support alias declarations in vunittmeissner2021-11-021-1/+3
|
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-28/+42
|
* synth: add support for sequence instance in vunit. Fix #1889Tristan Gingold2021-10-131-1/+2
|
* vhdl: allow constants in vunit declarations. Fix #1856Tristan Gingold2021-09-081-0/+1
|
* vhdl: remove iir_kind_anonymous_signal_declaration (now unused)Tristan Gingold2021-08-241-4/+0
|
* update license headersumarcor2021-01-141-11/+9
|
* vhdl-sem_decls: handle multiple declarations with subtype attribute.Tristan Gingold2020-07-181-2/+6
|
* vhdl-annotations: adjust after change of subtype_indication.Tristan Gingold2020-07-011-1/+1
| | | | Fix for ghdl/docker#29
* vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641Tristan Gingold2020-06-301-1/+1
|
* vhdl: analyze and synth concurrent statements in vunit. Fix #1366Tristan Gingold2020-06-121-1/+6
|
* synth-decls: handle unbounded record subtypes. Fix #1324Tristan Gingold2020-05-191-12/+13
|
* vhdl-utils: factorize Get_File_Signature.Tristan Gingold2020-05-151-66/+0
|
* synth: fix handling of subtype indication in object aliases for vhdl 2008.Tristan Gingold2020-03-291-1/+4
| | | | Fix #1175
* synth: avoid crash on bad elaboration order.Tristan Gingold2020-03-091-1/+3
|
* synth: handle deferred constants. Fix #1096Tristan Gingold2020-01-161-0/+3
|
* synth: support multiple synthesis.Tristan Gingold2019-12-021-0/+28
|
* synth: file support (WIP).Tristan Gingold2019-11-121-1/+2
|
* synth: initial support for file types. For #1004Tristan Gingold2019-11-111-27/+33
|
* synth: initial support of access type. For #1004Tristan Gingold2019-11-111-0/+4
|
* vhdl: allow attributes in vunit declarations.Tristan Gingold2019-10-301-1/+3
|
* synth: handle concurrent signal assignment in vunits.Tristan Gingold2019-10-251-0/+2
|
* vhdl-annotations: extract annotate_concurrent_statement.Tristan Gingold2019-10-251-47/+53
|
* vhdl-annotations: minor renaming.Tristan Gingold2019-10-251-8/+8
|
* vhdl-annotations: handle some declarations in vunits.Tristan Gingold2019-10-231-0/+6
|
* vhdl: handle cover and restrict within vunit.Tristan Gingold2019-10-151-1/+3
|
* vhdl-annotations: handle list of record elements declaration.Tristan Gingold2019-10-131-2/+4
|
* synth: add support for concurrent procedure calls. Fix #969Tristan Gingold2019-10-071-1/+2
|
* synth: handle record subtypes.Tristan Gingold2019-09-191-5/+8
|
* vhdl-annotations: ignore conditional variable assignment.Tristan Gingold2019-08-301-1/+2
|
* vhdl-annotate: handle shared anonymous subtype in interfaces.Tristan Gingold2019-08-301-1/+4
|
* synth: add support for record types.Tristan Gingold2019-08-291-0/+4
| | | | (WIP: need to fix regression of stmt01).
* synth: support sequential conditional signal assignment.Tristan Gingold2019-08-271-0/+1
| | | | Fix tgingold/ghdlsynth-beta#40
* vhdl: handle assume in verification units.Tristan Gingold2019-08-201-1/+2
|
* synth: handle verification units.Tristan Gingold2019-08-201-1/+29
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-1/+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
* synth: improve support of vhdl08. Fix #882Tristan Gingold2019-08-051-1/+9
|
* synth: unconstrained arrays.Tristan Gingold2019-07-281-0/+3
|
* synth: preliminary support of dynamic indexing.Tristan Gingold2019-07-281-45/+66
|
* vhdl annotations: fix annotation of type in interface list.Tristan Gingold2019-07-241-0/+1
|
* synth: initial support for for-generate statement.Tristan Gingold2019-07-201-5/+8
|
* synth: do not crash on use of std_logic_1164 2008.Tristan Gingold2019-07-101-10/+4
|
* vhdl-annotations: partial revert of previous patch forTristan Gingold2019-07-041-0/+10
|
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-1/+1
|
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-1/+2
|
* synth: handle vhdl2008 std_logic_1164, handle anonymous_signal.Tristan Gingold2019-07-041-2/+2
|
* vhdl: translate anonymous_signal_declaration.Tristan Gingold2019-07-031-0/+2
|
* synth: handle concurrent assertions.Tristan Gingold2019-07-021-1/+2
|
* vhdl: move annotations from simul to vhdl.Tristan Gingold2019-06-291-0/+1315