aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
Commit message (Expand)AuthorAgeFilesLines
* vhdl: add ghdl_integer_index_check_failed. For #1257Tristan Gingold2020-06-171-0/+3
* ghdlsynth: add --no-formal and help.Tristan Gingold2020-06-161-0/+23
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-4/+3
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-093-4/+13
* vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662Tristan Gingold2020-06-021-29/+33
* synth: refine -dm debug option. Add -dm2Tristan Gingold2020-05-311-1/+5
* netlists: add disp_stats.Tristan Gingold2020-05-181-1/+9
* ghdldrv: add support for --time-resolution for -e. For #1281Tristan Gingold2020-05-041-8/+4
* 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-223-5/+8
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-3/+3
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-1/+3
* ghdldrv: add -shared option to build a shared library. For #640Tristan Gingold2020-04-101-3/+24
* ghdldrv: refactoring (move more flags into the command object).Tristan Gingold2020-04-101-116/+119
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-1010-232/+232
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-2/+9
* ghdlsynth: avoid a bug-box in case of analysis error in plugin.Tristan Gingold2020-04-071-1/+2
* ghdl -s: do not perform analysis in case of parse error. Fix #1196Tristan Gingold2020-04-061-1/+1
* vhdl: add scalar_size. Size of scalar types is computed during analysis.Tristan Gingold2020-04-061-0/+2
* ghdlmain: minor refactoring.Tristan Gingold2020-03-102-18/+2
* synthesis: add option --vendor-library= for synthesis.Tristan Gingold2020-03-103-34/+82
* ghdlprint: add --force flag.Tristan Gingold2020-03-061-4/+10
* ghdllocal: improve help.Tristan Gingold2020-03-061-5/+3
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-044-0/+23
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-042-2/+14
* Remove --ieee=mentor and build of mentor libraries.Tristan Gingold2020-03-021-9/+7
* synth: top entity name is not anymore hashed by default.Tristan Gingold2020-03-011-2/+13
* Update copyright years before the release.Tristan Gingold2020-02-261-1/+1
* ghdllocal: remove unused use clause.Tristan Gingold2020-02-011-1/+0
* ghdllocal: add command --elab-orderTristan Gingold2020-02-012-1/+72
* ghdlcomp: renaming; allow files in any order for --synth.Tristan Gingold2020-01-303-8/+14
* synth: add --expect-failure for command --synthTristan Gingold2020-01-111-1/+18
* synth: simplify support of inertial associations.Tristan Gingold2020-01-092-0/+5
* vhdl: handle -gGEN=VAL for --synth. Fix #1062Tristan Gingold2020-01-013-5/+86
* 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-022-18/+34
* 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
* ghdldrv: adjust after change in Dyn_Tables. Fix breakage.Tristan Gingold2019-11-111-6/+5
* ghdlmain: simplify code.Tristan Gingold2019-11-041-4/+1
* ghdlmain: fix deallocation in response file handling.Tristan Gingold2019-11-041-0/+10
* 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