aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.adb
Commit message (Collapse)AuthorAgeFilesLines
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-7/+6
|
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-3/+3
|
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-4/+4
|
* parse/sem: be more tolerant of parse errors.Tristan Gingold2018-12-231-1/+6
|
* Analysis: tolerate more parse errors.Tristan Gingold2018-12-211-1/+2
|
* Sem: tolerates more parse errors.Tristan Gingold2018-12-191-1/+6
|
* driver: add --force-analysis debug flag.Tristan Gingold2018-12-161-13/+36
|
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-14/+14
|
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-3/+3
|
* Create sem_lib from libraries.Tristan Gingold2018-11-141-5/+6
|
* Pass time-resolution to grt.Tristan Gingold2018-10-211-6/+3
| | | | | | | | | Use time-resolution for Put_Time. Use time-resolution for --stop-time (Parse_Time). Use time-resolution as VpiTimePrecision and for vcd. TODO: ghw (but needs to update ghwlib and gtkwave) Fix #672
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-2/+28
|
* Also set -fX and --std to GHDLFLAGS for --gen-makefileTristan Gingold2018-07-211-0/+2
| | | | Fix #624
* ghdl_mcode: error message if no file to analyze.Tristan Gingold2018-03-011-0/+5
|
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-101-1/+3
|
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-6/+11
|
* ghdlcomp: add compile_analyze_file2.Tristan Gingold2017-10-021-1/+47
|
* Fix typo: paths.Tristan Gingold2017-05-181-2/+2
|
* ghdlcomp: extract disp_config as a procedure.Tristan Gingold2016-12-121-9/+16
|
* nodes_gc: move checks in libraries (WIP)Tristan Gingold2016-10-171-10/+2
|
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-2/+1
|
* Emit a better message for -Wl with mcode backend.Tristan Gingold2016-09-261-2/+5
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-1/+2
|
* Also search library in DIR/LIB/vVV.Tristan Gingold2016-05-171-5/+0
| | | | Implement enhancement for issue69.
* ghdldrv: add functionnal API to compile.Tristan Gingold2016-05-071-23/+62
|
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-231-3/+53
|
* ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold2014-11-051-20/+4
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+757