aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-4/+3
* find_top_entity: add location to report errors. Fix #1254Tristan Gingold2020-04-221-3/+5
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-22/+22
* ghdl -s: do not perform analysis in case of parse error. Fix #1196Tristan Gingold2020-04-061-1/+1
* ghdllocal: improve help.Tristan Gingold2020-03-061-5/+3
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-041-0/+14
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-2/+4
* Remove --ieee=mentor and build of mentor libraries.Tristan Gingold2020-03-021-9/+7
* ghdllocal: remove unused use clause.Tristan Gingold2020-02-011-1/+0
* ghdllocal: add command --elab-orderTristan Gingold2020-02-011-0/+71
* vhdl: handle -gGEN=VAL for --synth. Fix #1062Tristan Gingold2020-01-011-3/+68
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-30/+28
* ghdllocal: correctly disp GHDL_PREFIX in --disp-config.Tristan Gingold2019-07-091-5/+5
* ghdllocal: fix a typo in an error message.Tristan Gingold2019-07-021-1/+1
* ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.Tristan Gingold2019-06-291-6/+6
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-21/+14
* ghdl import: avoid a crash in case of error.Tristan Gingold2019-06-041-20/+19
* vhdl: renames disp_vhdl to printsTristan Gingold2019-05-301-2/+2
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-1/+3
* 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-3/+3
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-9/+9
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-2/+2
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-2/+2
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-141-10/+41
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-3/+2
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-20/+20
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-3/+3
* Clarify error message.Tristan Gingold2018-12-111-2/+1
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-4/+13
* --dir: print library name and directory.Tristan Gingold2018-11-231-0/+7
* Create sem_lib from libraries.Tristan Gingold2018-11-141-8/+9
* ghdllocal: clean post files.Tristan Gingold2018-10-211-0/+3
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-3/+1
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-7/+10
* Convert_Identifier: don't use Nam_Buffer anymore.Tristan Gingold2018-01-181-17/+17
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-181-6/+3
* Tentatively fix tarball filename for travis.Tristan Gingold2017-12-181-1/+1
* ghdl -i: stop on error.Tristan Gingold2017-12-011-1/+7
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-6/+10
* files_map: rename Load_Source_File to Read_Source_File.Tristan Gingold2017-10-051-3/+3
* Minor refactoring to simplify interfacing.Tristan Gingold2017-10-031-18/+26
* Add ghdl --find-top command.Tristan Gingold2017-07-051-0/+57
* Fix typo: paths.Tristan Gingold2017-05-181-8/+8
* Add target in bug-box, add --bug-box internal command.Tristan Gingold2016-12-201-0/+32
* ghdl --clean: consider executable suffix (for windows).Tristan Gingold2016-12-191-2/+5
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-88/+2
* ghdl --dir: handle context declaration.Tristan Gingold2016-10-101-0/+2
* Create_Instantiation_Bodies: add parentTristan Gingold2016-09-301-2/+4