aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-0/+8
* Remove elaboration file in current directory.Tristan Gingold2016-09-231-2/+3
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-0/+10
* ghdl_local: minor rewrite.Tristan Gingold2016-09-181-7/+7
* Move Library_To_File_Name from Back_End to LibrariesTristan Gingold2016-09-171-1/+1
* Comments and reformatting.Tristan Gingold2016-09-141-8/+4
* ghdllocal: set location of progress message.Tristan Gingold2016-09-051-1/+1
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-2/+4
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-1/+6
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-1/+1