aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Collapse)AuthorAgeFilesLines
* Add comment.Tristan Gingold2018-08-151-0/+2
|
* grt-files: improve error messages, check access mode. Fix #634Tristan Gingold2018-08-133-42/+134
|
* waves: handled unbounded records. Fix #561Tristan Gingold2018-08-101-0/+16
|
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-103-167/+0
|
* ghwlib: handle correctly with null-range. For #615Tristan Gingold2018-08-071-10/+22
|
* vcd: add global scope.Tristan Gingold2018-07-251-33/+32
| | | | Fix #268
* grt: use 64-bit type for Nbr_Cycles.Tristan Gingold2018-06-282-6/+4
| | | | Fix #614
* grt: add declaration to fill the gap with gcc 8.1Tristan Gingold2018-06-021-0/+10
| | | | For #568
* Add No_Secondary_Stack restriction.Tristan Gingold2018-06-011-0/+2
|
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-301-1/+0
|
* fix 'occured' typo1138-4EB2018-05-264-5/+5
|
* src/grt/Makefile.inc: grt/grt-files: Remove CR from line endsChristian Cornelssen2018-05-201-1/+1
| | | | | | Under Cygwin, generated *.adb files get CRLF line endings. These get propagated to grt/grt-files and later confuse the ar command for libgrt.a (because IFS does not contain CR).
* Use specific error message for direction mismatch.Tristan Gingold2018-04-252-7/+25
| | | | Fix #559
* Increase the size of Nbr_Resumed_Processes; fix for #378Tristan Gingold2018-03-213-7/+10
|
* grt-signals: Adjust comments.Tristan Gingold2018-03-041-4/+2
|
* grt-signals: simplify code.Tristan Gingold2018-03-032-53/+33
|
* grt-signals: renaming.Tristan Gingold2018-03-032-40/+50
|
* grt-signals: minor refactoring.Tristan Gingold2018-03-021-6/+8
|
* grt-signals: remove next_signal_active.Tristan Gingold2018-03-023-33/+10
|
* grt-signals: factorize code, add comments.Tristan Gingold2018-03-021-92/+94
|
* grt-signals: factorize, add comments.Tristan Gingold2018-02-271-38/+51
|
* vpi/force signals: ensure value propagation.Tristan Gingold2018-02-252-12/+16
| | | | Fix #531
* grt-signals: add comments and assertions.Tristan Gingold2018-02-252-4/+34
|
* grt-signals: minor refactoring.Tristan Gingold2018-02-232-21/+28
|
* simul-debugger: improve info signals.Tristan Gingold2017-12-212-9/+23
|
* simul-debugger: add run command.Tristan Gingold2017-12-202-3/+6
|
* grt-options: extract Parse_Time.Tristan Gingold2017-12-202-46/+61
|
* grt: reorganize simulation loop.Tristan Gingold2017-12-205-48/+103
|
* grt-ghw: complete declarations.Tristan Gingold2017-11-151-1/+20
|
* grt-signals: fix thinko in delayed_implicit_process.Tristan Gingold2017-11-151-5/+3
| | | | Fix #458
* grt-disp_signals: handle implicit delayed signals.Tristan Gingold2017-11-151-22/+30
|
* rti: handle more unbounded recordTristan Gingold2017-11-012-3/+6
| | | | Fix #418
* 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
| | | | Fix #450
* Makefiles: use GNATMAKE for llvm and grt.Tristan Gingold2017-10-191-1/+1
| | | | Tentative fix for #443.
* 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
| | | | Fix #403
* Write assert and report messages to stdoutTristan Gingold2017-08-303-6/+23
| | | | Fix #394
* Detect wait timeout overflow.Tristan Gingold2017-07-141-2/+7
| | | | Fix #382
* Avoid MSYS2 path translation.Tristan Gingold2017-06-171-4/+11
| | | | Fix #365
* vpi: avoid a crash on anynomous subtype.Tristan Gingold2017-06-091-1/+1
| | | | Fix #283
* vpi: CbNextSimTime is one-shot.Tristan Gingold2017-06-091-36/+42
| | | | Fix #281
* 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
|