aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | So that it can change the flags written by decode_option.
* 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
| | | | Use --top-name=hash to get the previous behaviour.
* 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
|
* 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: add support for --synth on llvm, link with -lm.Tristan Gingold2019-08-301-0/+2
|
* vhdl psl: fully scan PSL keywords in scanner.Tristan Gingold2019-08-201-1/+7
|
* synth: analyze input files.Tristan Gingold2019-08-201-1/+8
|
* synth: handle verification units.Tristan Gingold2019-08-201-0/+2
|
* vhdl: recognize PSL units reserved words.Tristan Gingold2019-08-161-1/+1
|
* ghdlsynth: add command to get libghdl paths.Tristan Gingold2019-08-144-22/+97
|