aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: preliminary support of integer subtypes.Tristan Gingold2019-07-261-1/+1
* synth: handle bit.Tristan Gingold2019-07-251-0/+1
* synth: save and display locations for instances.Tristan Gingold2019-07-251-0/+1
* synth: handle record type declarations.Tristan Gingold2019-07-241-1/+11
* synth: make type Wire_Id_Record private.Tristan Gingold2019-07-171-1/+1
* synth: handle anonymous subtypes in array subtypes.Tristan Gingold2019-07-151-4/+10
* synth: do not crash on use of std_logic_1164 2008.Tristan Gingold2019-07-101-2/+6
* vhdl-annotations: partial revert of previous patch forTristan Gingold2019-07-041-1/+2
* synth: handle vhdl2008 std_logic_1164, handle anonymous_signal.Tristan Gingold2019-07-041-5/+6
* synth: ignore non object aliases.Tristan Gingold2019-07-031-0/+2
* synth-decls: handle initial value for variables andTristan Gingold2019-07-021-5/+4
* synth: destroy iterator after for-loop.Tristan Gingold2019-07-011-7/+16
* vhdl: move annotations from simul to vhdl.Tristan Gingold2019-06-291-1/+1
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-191-13/+185
* synth: handle enumerated types.Tristan Gingold2019-06-121-4/+38
* synth: handle integer +/- for constants.Tristan Gingold2019-06-081-0/+2
* synth: WIP for dependencies.Tristan Gingold2019-06-071-0/+7
* synth: add comments and refactoring.Tristan Gingold2019-06-071-1/+1
* synth: ignore attribute specificationsChristos Gentsos2019-06-061-0/+2
* synth-decls: ignore attribute declarationsChristos Gentsos2019-06-061-0/+2
* synth: add support for constants.Pepijn de Vos2019-05-281-0/+2
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-1/+1
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-2/+2
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+116