aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-configuration.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl-configuration(Find_Top_Entity): avoid a crash after an errorTristan Gingold2023-04-231-0/+11
* vhdl: make instance_package_body forward_ref, adjustTristan Gingold2023-03-231-1/+0
* ghdllocal.adb(Build_Dependence): rebuild file dependencies.Tristan Gingold2023-03-131-41/+0
* vhdl-configuration: relax top-level unit restrictionsTristan Gingold2023-01-111-4/+5
* ghdldrv: handle generic overrides on foreign unitsTristan Gingold2021-12-131-20/+49
* synth: adjustments for foreign_moduleTristan Gingold2021-11-281-0/+2
* vhdl: Iir_Kind_Foreign_Module is now a library unitTristan Gingold2021-11-091-151/+135
* vhdl-configuration: stop earlier in case of error. Fix #1908Tristan Gingold2021-11-051-17/+19
* vhdl-configuration.adb: avoid a crash in case of error. Fix #1897Tristan Gingold2021-10-181-2/+11
* vhdl-configuration: also consider vunits to find top entity.Tristan Gingold2021-09-111-3/+17
* vhdl-configuration: also consider units instantiated in vunit. Fix #1860Tristan Gingold2021-09-111-46/+64
* vhdl: handle foreign units in libraries and configurationTristan Gingold2021-08-281-23/+30
* ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718Tristan Gingold2021-04-101-2/+12
* vhdl and libraries: add support for binding to a foreign moduleTristan Gingold2021-04-051-55/+100
* update license headersumarcor2021-01-141-11/+9
* vhdl-configuration: avoid a crash after not-found component.Tristan Gingold2020-07-181-0/+3
* vhdl: avoid crash on error for -c/-r.Tristan Gingold2020-06-251-1/+3
* vhdl-configuration: handle overrides of slv. Fix #1298Tristan Gingold2020-05-131-1/+15
* find_top_entity: add location to report errors. Fix #1254Tristan Gingold2020-04-221-25/+30
* vhdl: reject top-level entities with a type generic. Fix #1236Tristan Gingold2020-04-171-5/+16
* vhdl: avoid a crash in case of outdated package body.Tristan Gingold2020-04-121-1/+3
* synthesis: add option --vendor-library= for synthesis.Tristan Gingold2020-03-101-7/+24
* vhdl-configuration: avoid crash on parse error.Tristan Gingold2020-03-071-2/+5
* vhdl-configuration: ignore configuration for top_level_entity.Tristan Gingold2020-02-181-4/+4
* configuration: allow hex-string for generic override. Fix #1117Tristan Gingold2020-02-021-17/+86
* vhdl: handle -gGEN=VAL for --synth. Fix #1062Tristan Gingold2020-01-011-3/+107
* synth: handle verification units.Tristan Gingold2019-08-201-8/+63
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-0/+2
* find_top_entity: avoid crash on missing entity, handleTristan Gingold2019-07-151-1/+4
* ghdlsynth: check top entity can be a top entity.Tristan Gingold2019-07-141-2/+3
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-14/+0
* vhdl: fixes in find_top_entity (handle for-generate, remove early return)Tristan Gingold2019-07-141-4/+15
* vhdl-configuration: improve error message.Tristan Gingold2019-07-111-1/+1
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-8/+10
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl: renames iirs_walk to vhdl-nodes_walkTristan Gingold2019-05-081-2/+2
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-3/+3
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-051-0/+974