aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-aggr.adb
Commit message (Expand)AuthorAgeFilesLines
* synth-aggr: handle strings in aggregates. Fix #1406Tristan Gingold2020-07-251-0/+25
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-0/+1
* synth-aggr: use constrainted type to build record aggregate.Tristan Gingold2020-05-181-1/+1
* synth-aggr: create constrained record type if needed.Tristan Gingold2020-05-141-8/+26
* synth: revert a previous commit: remove the En parameter.Tristan Gingold2020-05-061-16/+12
* synth: initial support of unbounded records. Fix #1283Tristan Gingold2020-05-051-1/+2
* synth-aggre: propagate errors in record aggregate. Fix #1283Tristan Gingold2020-05-051-6/+14
* synth: remove Global_Context (cleanup).Tristan Gingold2020-05-041-1/+1
* synth: reduce use of global context.Tristan Gingold2020-05-041-6/+12
* synth: propagate enable condition to expressions. For #1273Tristan Gingold2020-05-011-13/+17
* synth-oper: handle more operations (comparaisons from std_logic_unsigned).Tristan Gingold2020-04-231-1/+2
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-2/+2
* synth-aggr: check bound errors. Fix #1239Tristan Gingold2020-04-191-25/+68
* synth-aggr: fix record aggregate element order. Fix #1217Tristan Gingold2020-04-121-4/+7
* synth: add value_memory and use it to store objects value.Tristan Gingold2020-04-061-0/+433