aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ghdldrv: add functionnal API to compile.Tristan Gingold2016-05-076-31/+96
|
* ghdldrv: avoid to pass -P options two times.Tristan Gingold2016-03-191-1/+7
|
* Refactoring in simulate in order to link with ortho.Tristan Gingold2016-02-202-44/+6
|
* ghdl --lines: fix incorrect conversion.Tristan Gingold2016-02-141-1/+5
|
* simul: more fixes for std_ulogic.Tristan Gingold2016-02-141-1/+9
|
* simul: return the exit status set by std.envTristan Gingold2016-02-141-0/+2
|
* simul: exit with the right status for --has-feature.Tristan Gingold2016-02-091-2/+11
|
* simul: fix various issues.Tristan Gingold2016-01-241-1/+1
|
* openieee: complete math_real (and fix uniform).Tristan Gingold2015-12-201-7/+55
|
* openieee: add numeric_std and numeric_bit.Tristan Gingold2015-12-162-1/+54
|
* Add bind only option (-b) to make command (-m).Forrest Voight2015-12-061-3/+13
|
* Use github site for reporting problems.Tristan Gingold2015-12-031-1/+1
|
* Fix ghdl_simul build.Tristan Gingold2015-11-301-2/+2
|
* Rework --dir command so that it could display ieee content.Tristan Gingold2015-11-301-18/+10
| | | | Adjust doc.
* Emit a warning for --ieee=synopsys if --std=08Tristan Gingold2015-11-273-9/+30
|
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-221-1/+2
|
* Add symbolizer (for mcode).Tristan Gingold2015-11-191-0/+2
| | | | Display a backtrace in case of failed check or assert failure.
* Update README and some copyright dates.Tristan Gingold2015-09-131-1/+1
|
* Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold2015-09-124-102/+136
|
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-102-8/+6
|
* canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold2015-09-081-7/+1
|
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-0/+2
|
* Use directory of output for elaboration file.Tristan Gingold2015-06-102-11/+6
|
* ghdldrv: compile elab file in output directory.Tristan Gingold2015-06-093-23/+39
| | | | Ticket 87.
* ghdldrv: use output name for creating the elaboration files.Tristan Gingold2015-06-081-1/+6
|
* Rework exit handling to correctly report exit status.Tristan Gingold2015-05-213-15/+35
| | | | Fix ticket 77.
* Handle to_string for i64 numbers.Tristan Gingold2015-05-201-0/+2
| | | | Fix ticket 76
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-6/+6
| | | | For ticket 48.
* Remove Get_File_Time_Stamp for a filename.Tristan Gingold2015-05-131-23/+11
| | | | Preliminary work for ticket 48.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+2
|
* ghdldrv: support absolute path with --elab-run.Tristan Gingold2015-05-111-3/+7
| | | | Implement ticket 51.
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-011-0/+3
|
* ghdlsimul: adjust after use of name for block_specification.Tristan Gingold2015-01-171-2/+2
|
* disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold2015-01-141-1/+1
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-1/+2
|
* Fix left-over in name_table remaining.Tristan Gingold2015-01-012-4/+4
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-313-32/+32
|
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-0/+1
|
* ghdldrv: remove unused variables.Tristan Gingold2014-12-231-2/+0
|
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-234-156/+196
|
* Add comments.Tristan Gingold2014-12-222-3/+8
|
* PSL: allow labels on psl directives (fix ticket26).Tristan Gingold2014-12-131-1/+0
|
* llvm: add non-jit driver.Tristan Gingold2014-12-051-0/+34
|
* Split translation into child packages.Tristan Gingold2014-11-091-1/+1
|
* ghdllocal: remove debug code (trace).Tristan Gingold2014-11-081-1/+0
|
* driver: fix path simplification with ..; add missing directory separator.Tristan Gingold2014-11-082-42/+46
|
* mcode build and install from top makefile.Tristan Gingold2014-11-061-4/+24
|