aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: add option to treat asserts as assumes and vice-versatmeissner2021-01-021-0/+8
* ghdlsynth.adb: clear error counters to allow multiple synthesis.Tristan Gingold2020-11-041-0/+3
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-201-3/+2
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-201-9/+20
* synth: add --no-assert-cover option. Fix #1414Tristan Gingold2020-07-311-0/+5
* synth: add -g option to enable debugger on some errors.Tristan Gingold2020-07-261-0/+2
* ghdlsynth: fix handling of --work within source files.Tristan Gingold2020-07-011-0/+1
* ghdlsynth: add --no-formal and help.Tristan Gingold2020-06-161-0/+23
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-3/+4
* synth: refine -dm debug option. Add -dm2Tristan Gingold2020-05-311-1/+5
* netlists: add disp_stats.Tristan Gingold2020-05-181-1/+9
* netlists: add a very simple dot dump.Tristan Gingold2020-04-251-1/+9
* synth: support -v option.Tristan Gingold2020-04-221-0/+6
* find_top_entity: add location to report errors. Fix #1254Tristan Gingold2020-04-221-1/+2
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-2/+2
* ghdlsynth: avoid a bug-box in case of analysis error in plugin.Tristan Gingold2020-04-071-1/+2
* synthesis: add option --vendor-library= for synthesis.Tristan Gingold2020-03-101-22/+49
* synth: top entity name is not anymore hashed by default.Tristan Gingold2020-03-011-2/+13
* ghdlcomp: renaming; allow files in any order for --synth.Tristan Gingold2020-01-301-1/+1
* synth: add --expect-failure for command --synthTristan Gingold2020-01-111-1/+18
* synth: simplify support of inertial associations.Tristan Gingold2020-01-091-0/+4
* vhdl: handle -gGEN=VAL for --synth. Fix #1062Tristan Gingold2020-01-011-2/+10
* ghdlsynth: allow display for libghdl.Tristan Gingold2019-12-241-21/+42
* ghdlsynth: fix crash on synthesis of a second design.Tristan Gingold2019-12-051-0/+4
* synth: support multiple synthesis.Tristan Gingold2019-12-021-16/+31
* netlists-dump: add option --disp-noidTristan Gingold2019-11-301-0/+5
* synth: infrastructure for debugger.Tristan Gingold2019-11-201-0/+3
* ghdlsynth: add option -t for tracing.Tristan Gingold2019-11-171-0/+3
* ghdlsynth: add -de option.Tristan Gingold2019-10-271-0/+3
* 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