aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
Commit message (Collapse)AuthorAgeFilesLines
* Add ghdlsynth in ghdl_simulTristan Gingold2017-01-313-1/+13
|
* Add netlist generation infrastructure.Tristan Gingold2017-01-312-0/+143
|
* Add xref_keyword for PSL keywords that aren't reserved words.Tristan Gingold2017-01-151-1/+12
|
* Add 'Image and 'Value for i64.Tristan Gingold2017-01-131-0/+4
| | | | Fix #254
* ghdlvpi: add --vpi-library-dir-unixTristan Gingold2016-12-201-2/+36
|
* Add target in bug-box, add --bug-box internal command.Tristan Gingold2016-12-203-1/+41
|
* ghdl --clean: consider executable suffix (for windows).Tristan Gingold2016-12-191-2/+5
|
* ghdlprint: do not canon associations.Tristan Gingold2016-12-121-0/+1
|
* ghdlcomp: extract disp_config as a procedure.Tristan Gingold2016-12-122-9/+19
|
* errorout: add set_program_name.Tristan Gingold2016-12-111-10/+8
| | | | ghdlmain: use errorout.
* Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-062-10/+42
| | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-1/+3
|
* name_table: auto-initialize.Tristan Gingold2016-11-011-1/+1
|
* ghdlxml: display image of string_literal8Tristan Gingold2016-11-011-4/+1
| | | | Fix #176
* nodes_gc: move checks in libraries (WIP)Tristan Gingold2016-10-171-10/+2
|
* Disable most of canon for reprint.Tristan Gingold2016-10-171-0/+7
|
* ghdlxml: add version.Tristan Gingold2016-10-151-9/+16
|
* simulation: remove sim_be after previous code factorization.Tristan Gingold2016-10-151-6/+6
|
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-153-92/+4
|
* Add --file-to-xml to dump tree as XML.Tristan Gingold2016-10-147-7/+564
|
* 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
|
* Emit a better message for -Wl with mcode backend.Tristan Gingold2016-09-261-2/+5
|
* vhdl08: parse parameter reserved word.Tristan Gingold2016-09-251-1/+2
|
* Remove elaboration file in current directory.Tristan Gingold2016-09-231-2/+3
| | | | Fix issue #147
* 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
|
* ghdlprint: remove useless duplicate call.Tristan Gingold2016-09-011-2/+0
|
* ghdldrv: support response files.Tristan Gingold2016-08-291-18/+69
| | | | Fixes #136
* Display a nice message if std_logic_textio is not found.Tristan Gingold2016-08-271-1/+1
|
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-2/+4
|
* Rewrite error messages.Tristan Gingold2016-08-021-4/+4
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-1/+1
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-012-2/+3
|
* Makefiles changes for $(EXEEXT) - please review. (#119)Patrick Lehmann2016-07-261-29/+29
| | | | | | * Makefiles changes for $(EXEEXT) - please review. * Moved $(EXEEXT).
* build and vpi: adjust for windows.Tristan Gingold2016-07-201-7/+20
|
* Rework gcc build procedure. Add vpi build command.Tristan Gingold2016-07-162-0/+4
|
* ghdldrv: add --bootstrap-standard to simplify build.Tristan Gingold2016-07-151-3/+44
|
* vpi: add and document new optionsTristan Gingold2016-07-141-84/+160
|
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-146-1/+250
|
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-091-2/+2
| | | | | | | | | | | | | | * https: ieee.org * https: readthedocs * https: technet.com * https: debian.org * https: w3.org * Fix or mark dead links
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-1/+1
|
* ghdldrv: consider executable suffix for -r.Tristan Gingold2016-07-051-2/+5
| | | | Fixes #110
* More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.Patrick Lehmann2016-07-011-1/+1
|
* Synopsys flavor for VHDL-2008 (#94)Patrick Lehmann2016-06-241-5/+1
| | | | | | * Added makefile rules for a VHDL-2008 synopsys flavor. Removed synopsys check in VHDL-2008 mode from ghdllocal.adb. * Adjusted testsuite run "gna/bug28", which tests for --std=08 and --ieee=synopsys to report a message.
* Also search library in DIR/LIB/vVV.Tristan Gingold2016-05-171-5/+0
| | | | Implement enhancement for issue69.