aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
Commit message (Expand)AuthorAgeFilesLines
* synth: use synth.source for setting location.Tristan Gingold2019-10-091-3/+0
* synth: refactoring for memidx1.Tristan Gingold2019-10-021-2/+7
* synth: introduce memidx1Tristan Gingold2019-10-021-1/+2
* synth: improve support of arrays or arrays. Fix #955Tristan Gingold2019-10-011-1/+4
* synth: rework type for expression.Tristan Gingold2019-09-251-1/+6
* synth: preliminary work for subtype conversions on interfaces.Tristan Gingold2019-09-221-3/+6
* synth: fold addition on constant nets.Tristan Gingold2019-09-171-0/+2
* synth: remove get_width from synth-exprTristan Gingold2019-09-121-2/+0
* synth: extract synth-oper from synth-exprTristan Gingold2019-09-121-1/+5
* synth: rework partial assignmentsTristan Gingold2019-08-271-6/+3
* synth: also extract edge in PSL expressions.Tristan Gingold2019-08-131-0/+6
* synth: handle subtype conversions.Tristan Gingold2019-08-051-0/+5
* synth: rework indexed names.Tristan Gingold2019-07-301-1/+9
* synth: add support for memories.Tristan Gingold2019-07-291-2/+2
* synth: preliminary support of dynamic indexing.Tristan Gingold2019-07-281-8/+12
* synth: save and display locations for instances.Tristan Gingold2019-07-251-1/+5
* synth: add concat_array function.Tristan Gingold2019-07-041-0/+8
* synth: add dyn_insert module.Tristan Gingold2019-07-011-1/+1
* synth: add syn_extract for dynamic slices.Tristan Gingold2019-06-281-1/+5
* synth: handle slice assignment.Tristan Gingold2019-06-251-0/+5
* synth: add insert gate.Tristan Gingold2019-06-241-0/+5
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-191-4/+14
* synth-expr: use Node instead of Iir (renaming).Tristan Gingold2019-06-131-2/+2
* synth: add comments and refactoring.Tristan Gingold2019-06-071-0/+1
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* synth: improve generation of aggregates.Tristan Gingold2019-04-161-1/+1
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-1/+1
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+42