aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
* grt-ghw: complete declarations.Tristan Gingold2017-11-151-1/+20
* grt-signals: fix thinko in delayed_implicit_process.Tristan Gingold2017-11-151-5/+3
* grt-disp_signals: handle implicit delayed signals.Tristan Gingold2017-11-151-22/+30
* rti: handle more unbounded recordTristan Gingold2017-11-012-3/+6
* issue #450: also fix if-generate statement.Tristan Gingold2017-10-311-2/+5
* Fix VhpiNameP for VhpiForGenerateK: add generate label.Tristan Gingold2017-10-312-12/+13
* Makefiles: use GNATMAKE for llvm and grt.Tristan Gingold2017-10-191-1/+1
* Improved error reporting, Issue #26Brian Drummond2017-10-064-8/+33
* Process name reported on runtime error (negative delays) : see Issue #26Brian Drummond2017-10-051-0/+2
* Make error stream available for additional reporting : see issue #26Brian Drummond2017-10-053-12/+18
* Add libbacktrace.a to LLVM runtimeBrian Drummond2017-10-051-1/+1
* Replace libmhdlsim by libghdl.Tristan Gingold2017-10-031-2/+3
* vpi: report timeprecision as 1psTristan Gingold2017-09-041-2/+2
* Write assert and report messages to stdoutTristan Gingold2017-08-303-6/+23
* Detect wait timeout overflow.Tristan Gingold2017-07-141-2/+7
* Avoid MSYS2 path translation.Tristan Gingold2017-06-171-4/+11
* vpi: avoid a crash on anynomous subtype.Tristan Gingold2017-06-091-1/+1
* vpi: CbNextSimTime is one-shot.Tristan Gingold2017-06-091-36/+42
* grt-vpi: still trace callback in case of crash.Tristan Gingold2017-06-091-2/+2
* ghwlib: handle gzip/bzip2 compressed files.Tristan Gingold2017-06-072-4/+52
* ghwlib: provides format specifiers.Tristan Gingold2017-06-072-22/+36
* ghwlib: fix sign issues, leaks, base types.Tristan Gingold2017-06-062-57/+105
* fst: update fst files from gtkwave r1180Tristan Gingold2017-06-034-637/+993
* ghwlib/grt-waves: handle unbounded records.Tristan Gingold2017-06-025-130/+337
* ghwdump: add -s to display string table.Tristan Gingold2017-06-021-11/+26
* Build grt to lib/ subdir.Tristan Gingold2017-05-231-3/+6
* Create default value for ports.Tristan Gingold2017-05-092-10/+96
* Add support for signals in generate sectionsEmmanuel Mogenet2017-05-031-0/+6
* Actually match the ghdl format this timeEmmanuel Mogenet2017-04-301-4/+5
* Add -H to ghwdump to dump full pathnames of signalsEmmanuel Mogenet2017-04-283-5/+59
* Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1Tristan Gingold2017-04-201-27/+19
* textio: use grt.fcvt to write reals.Tristan Gingold2017-04-194-4/+30
* textio: use grt.fcvt to read real numbers.Tristan Gingold2017-04-192-0/+14
* Rewrite to_string(real, digits) using grt.fcvtTristan Gingold2017-04-196-22/+186
* grt.fcvt: use format_image instead of to_string (cleanup).Tristan Gingold2017-04-193-89/+1
* Use grt.fcvt for 'image.Tristan Gingold2017-04-193-126/+166
* scanner: use grt-fcvt for radix conversion.Tristan Gingold2017-04-192-132/+552
* Feed new code through indent to match indigenous styleEmmanuel Mogenet2017-04-162-121/+119
* Move skip flag to its own array in ghwlibEmmanuel Mogenet2017-04-163-36/+49
* Add mechanism to restrict signals dumped by ghwdumpEmmanuel Mogenet2017-04-153-3/+138
* Add more testcases for bug069Tristan Gingold2017-04-023-75/+769
* Add start_of_processes callback, used by grt-wavesTristan Gingold2017-03-093-7/+29
* Disp driving process for --disp-sourcesTristan Gingold2017-02-223-3/+9
* rtis/vcd/ghw: handle record subtypes.Tristan Gingold2017-02-228-101/+179
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-2110-222/+358
* libghdlsynth: can generate so/dll file.Tristan Gingold2017-02-071-12/+37
* Apply No_Return pragma only on specs. Create specs if needed.Tristan Gingold2017-02-061-1/+3
* Do not emit assert error for '-' in matching equality/inequality.Tristan Gingold2017-01-241-14/+0
* grt: also distinguish overflow from null access on linux x86-64Tristan Gingold2016-12-231-1/+1
* Add support for extended identifiers in wave option files. (#236)Jonas Baggett2016-12-203-9/+27