aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.adb
Commit message (Collapse)AuthorAgeFilesLines
* synth: always finalize declarations. Fix #1591Tristan Gingold2021-01-131-4/+18
|
* synth: improve support of interface package. For #1460Tristan Gingold2020-09-131-66/+89
|
* synth-decls: avoid elaboration crash after global signals. For #1387Tristan Gingold2020-07-181-1/+3
|
* synth: do not support signals declared in a package.Tristan Gingold2020-07-021-0/+5
|
* vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641Tristan Gingold2020-06-301-2/+2
|
* netlists: initial support of attributes.Tristan Gingold2020-05-211-4/+50
|
* synth: create abstractions for Pval (from synth-insts to synth-decls)Tristan Gingold2020-05-201-4/+50
|
* synth-decls: handle unbounded record subtypes. Fix #1324Tristan Gingold2020-05-191-33/+15
|
* synth-decls: can initialize a static variable with a constant.Tristan Gingold2020-05-161-0/+1
|
* synth: handle non-text file (add signatures).Tristan Gingold2020-05-151-2/+22
|
* synth: handle vhdl-08 ports. Fix ghdl/ghdl-yosys-plugin#111Tristan Gingold2020-05-071-9/+12
|
* synth: revert a previous commit: remove the En parameter.Tristan Gingold2020-05-061-31/+25
|
* synth: initial support of unbounded records. Fix #1283Tristan Gingold2020-05-051-4/+5
|
* synth: reduce use of global context.Tristan Gingold2020-05-041-12/+17
|
* synth: propagate enable condition to expressions. For #1273Tristan Gingold2020-05-011-29/+37
|
* synth: also check default value of signals. For #1271Tristan Gingold2020-04-301-18/+26
|
* synth: do not allow signals in default values. Fix #1271Tristan Gingold2020-04-301-4/+22
| | | | Only for default values of 'global' objects.
* synth: ignore signal attribute.Tristan Gingold2020-04-221-0/+6
|
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-1/+1
| | | | Global renaming.
* synth: improve handling of nested memories. Fix #1250Tristan Gingold2020-04-201-4/+3
|
* synth: reject protected types. Fix #1244Tristan Gingold2020-04-191-4/+18
|
* synth: initialize variables with a static value.Tristan Gingold2020-04-111-3/+8
|
* synth: refactoring to store static values in wires.Tristan Gingold2020-04-091-2/+2
|
* synth: extract synth.objtypes from synth.values.Tristan Gingold2020-04-091-0/+1
|
* synth: handle configuration_specification. Fix #1197Tristan Gingold2020-04-061-0/+4
|
* synth-decls: fix type range of enumerations.Tristan Gingold2020-04-061-3/+3
|
* synth: add value_memory and use it to store objects value.Tristan Gingold2020-04-061-14/+27
|
* synth: more cleanup (and use of valtyp).Tristan Gingold2020-04-021-8/+9
|
* synth: rework - use valtyp for expressions.Tristan Gingold2020-04-021-85/+79
|
* synth: use more Dim_Type.Tristan Gingold2020-04-011-3/+3
|
* synth: fix handling of subtype indication in object aliases for vhdl 2008.Tristan Gingold2020-03-291-4/+8
| | | | Fix #1175
* synth: do not emit warning for unassigned but unused signals.Tristan Gingold2020-03-281-5/+11
|
* synth: improve propagation of errors.Tristan Gingold2020-03-251-0/+7
|
* synth: improve handling of aliases.Tristan Gingold2020-03-251-39/+44
|
* synth: handle package instantiation. Fix #1159Tristan Gingold2020-03-241-0/+19
|
* synth: handle multiple constant declarations. Fix #1172Tristan Gingold2020-03-231-9/+18
|
* synth: preliminary work for package instantiation. For #1159Tristan Gingold2020-03-231-3/+82
|
* synth: do not crash immediately on access type.Tristan Gingold2020-03-221-31/+40
|
* synth: propagate more errors.Tristan Gingold2020-03-141-0/+4
|
* synth-decls: fix handling of record subtypes.Tristan Gingold2020-02-291-1/+14
|
* synth-decls: handle alias declaration without subtype indication.Tristan Gingold2020-02-211-2/+7
| | | | Fix #1144
* synth-decls: set a default value to non-assigned signals. Fix #1107Tristan Gingold2020-02-051-1/+3
|
* synth: handle deferred constants. Fix #1096Tristan Gingold2020-01-161-1/+1
|
* synth-decls: add comments.Tristan Gingold2020-01-161-0/+3
|
* synth: remove wbound field of bound_type.Tristan Gingold2020-01-131-2/+1
|
* synth-decls: do subtype conversion for signal default value.Tristan Gingold2020-01-121-0/+2
|
* synth-decls: always initialize variables. Fix #1081Tristan Gingold2020-01-121-7/+2
|
* synth: convert constant default value subtype. For #1080Tristan Gingold2020-01-121-0/+1
|
* synth: simplify support of inertial associations.Tristan Gingold2020-01-091-4/+6
|
* synth: rework the sname API.Tristan Gingold2019-11-281-1/+2
|