aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: add netlists-memories to extract memories. Still WIP.Tristan Gingold2019-10-171-0/+3
* synth: handle overflow literal.Tristan Gingold2019-10-151-1/+0
* Use Decode_Work_Option in options. Factorize code.Tristan Gingold2019-10-151-1/+3
* ghdlsynth: allow --work= option in the middle of files.Tristan Gingold2019-10-151-1/+13
* ghdlsynth: add --out=none to not display the result.Tristan Gingold2019-10-101-1/+6
* ghdlsynth: setup error messages for netlists.Tristan Gingold2019-10-071-0/+2
* ghdlsynth: add --out=dumpTristan Gingold2019-10-071-1/+7
* ghdlsynth: fix crash when using libghdl.Tristan Gingold2019-10-061-0/+2
* ghdlsynth: display bugbox in case of unknown exception.Tristan Gingold2019-10-021-1/+3
* synth: add debug flag -dc to not clean.Tristan Gingold2019-09-171-0/+3
* synth: add synth-flags, add debug option -di.Tristan Gingold2019-09-171-0/+4
* synth-disp_vhdl: handle record for input ports.Tristan Gingold2019-09-031-3/+6
* synth: analyze input files.Tristan Gingold2019-08-201-1/+8
* synth: handle verification units.Tristan Gingold2019-08-201-0/+2
* ghdlsynth: add command to get libghdl paths.Tristan Gingold2019-08-141-0/+58
* libghdl: also add synthesis part. For #884Tristan Gingold2019-08-131-5/+39
* synth: enable handling of pragma translate_on/off.Tristan Gingold2019-07-241-0/+3
* synth: use original entity to display netlist.Tristan Gingold2019-07-231-2/+10
* ghdlsynth: preliminary work for wrapped generation.Tristan Gingold2019-07-221-1/+8
* synth: minor rework.Tristan Gingold2019-07-221-10/+23
* ghdlsynth: quit early in case of error.Tristan Gingold2019-07-151-1/+10
* ghdlsynth: check top entity can be a top entity.Tristan Gingold2019-07-141-18/+34
* ghdlsynth: automatically find top entity if not specified.Tristan Gingold2019-07-141-8/+33
* synth: set flag_elaborate.Tristan Gingold2019-07-111-0/+2
* ghdlsynth: add option to select the output format.Tristan Gingold2019-07-011-6/+16
* ghdldrv: add comments, analyze files for --synth/-eTristan Gingold2019-07-011-1/+3
* vhdl: move annotations from simul to vhdl.Tristan Gingold2019-06-291-4/+4
* ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.Tristan Gingold2019-06-291-16/+16
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-2/+3
* synth: get rid of execution and elaboration.Tristan Gingold2019-06-191-2/+6
* synth: add disp_vhdl.Tristan Gingold2019-05-211-2/+7
* vhdl: move canon to a vhdl child package.Tristan Gingold2019-05-051-3/+3
* synth: add --disp-noinlineTristan Gingold2019-04-161-4/+22
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-2/+2
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-241-2/+2
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+118