aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.ads
Commit message (Expand)AuthorAgeFilesLines
* update license headersumarcor2021-02-051-5/+3
* synth: always finalize declarations. Fix #1591Tristan Gingold2021-01-131-0/+3
* synth: create abstractions for Pval (from synth-insts to synth-decls)Tristan Gingold2020-05-201-0/+7
* synth: handle vhdl-08 ports. Fix ghdl/ghdl-yosys-plugin#111Tristan Gingold2020-05-071-0/+3
* synth: revert a previous commit: remove the En parameter.Tristan Gingold2020-05-061-9/+4
* synth: propagate enable condition to expressions. For #1273Tristan Gingold2020-05-011-4/+9
* synth: extract synth.objtypes from synth.values.Tristan Gingold2020-04-091-1/+1
* synth: handle multiple constant declarations. Fix #1172Tristan Gingold2020-03-231-2/+4
* synth: preliminary work for package instantiation. For #1159Tristan Gingold2020-03-231-0/+8
* synth: initial support of access types.Tristan Gingold2019-11-171-0/+2
* synth: add support for file declarations.Tristan Gingold2019-11-131-0/+1
* synth: add support for declarations in vunits.Tristan Gingold2019-10-231-0/+3
* synth: handle package bodies.Tristan Gingold2019-10-071-0/+2
* synth: preliminary support for user packages.Tristan Gingold2019-10-071-0/+3
* synth: finalize declarations and free wires.Tristan Gingold2019-09-271-0/+4
* synth: rework type for expression.Tristan Gingold2019-09-251-0/+4
* synth: initialize subprogram variables.Tristan Gingold2019-09-131-3/+3
* synth: destroy iterator after for-loop.Tristan Gingold2019-07-011-0/+7
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-191-0/+4
* synth: handle enumerated types.Tristan Gingold2019-06-121-2/+2
* synth: add comments and refactoring.Tristan Gingold2019-06-071-1/+1
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+28