aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: add insert gate.Tristan Gingold2019-06-241-0/+30
* synth: handle discrete choice in case statements.Tristan Gingold2019-06-231-1/+5
* synth: handle more predefined functions.Tristan Gingold2019-06-231-14/+11
* synth-stmts: fix for unordered choices in case statement.Tristan Gingold2019-06-231-5/+14
* synth-stmts: handle constant if statements.Tristan Gingold2019-06-231-2/+18
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-191-45/+35
* synth-stmts: handle enumeration type in case, renaming.Tristan Gingold2019-06-131-63/+72
* synth: handle conditional generate process.Tristan Gingold2019-06-111-1/+45
* synth: support conditional signal assignments.Tristan Gingold2019-06-081-6/+38
* synth: add comments and refactoring.Tristan Gingold2019-06-071-1/+1
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-1/+1
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-2/+2
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-051-11/+11
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-2/+2
* synth: ignore component instantiations (TODO).Tristan Gingold2019-04-161-0/+4
* move algos to grt.Tristan Gingold2019-03-201-2/+3
* fix gnat8 errors for libghdlsynth targetsStefan Biereigel2019-03-131-1/+0
* evaluation: rename Get_Info to Get_Str_Info (reduce overloading).Tristan Gingold2017-12-081-2/+1
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-9/+9
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+826