Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment. | Tristan Gingold | 2018-08-15 | 1 | -0/+2 |
| | |||||
* | grt-files: improve error messages, check access mode. Fix #634 | Tristan Gingold | 2018-08-13 | 3 | -42/+134 |
| | |||||
* | waves: handled unbounded records. Fix #561 | Tristan Gingold | 2018-08-10 | 1 | -0/+16 |
| | |||||
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 3 | -167/+0 |
| | |||||
* | ghwlib: handle correctly with null-range. For #615 | Tristan Gingold | 2018-08-07 | 1 | -10/+22 |
| | |||||
* | vcd: add global scope. | Tristan Gingold | 2018-07-25 | 1 | -33/+32 |
| | | | | Fix #268 | ||||
* | grt: use 64-bit type for Nbr_Cycles. | Tristan Gingold | 2018-06-28 | 2 | -6/+4 |
| | | | | Fix #614 | ||||
* | grt: add declaration to fill the gap with gcc 8.1 | Tristan Gingold | 2018-06-02 | 1 | -0/+10 |
| | | | | For #568 | ||||
* | Add No_Secondary_Stack restriction. | Tristan Gingold | 2018-06-01 | 1 | -0/+2 |
| | |||||
* | Remove redundant use-clauses for gcc 8.1 compatibility | Truls Asheim | 2018-05-30 | 1 | -1/+0 |
| | |||||
* | fix 'occured' typo | 1138-4EB | 2018-05-26 | 4 | -5/+5 |
| | |||||
* | src/grt/Makefile.inc: grt/grt-files: Remove CR from line ends | Christian Cornelssen | 2018-05-20 | 1 | -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 Gingold | 2018-04-25 | 2 | -7/+25 |
| | | | | Fix #559 | ||||
* | Increase the size of Nbr_Resumed_Processes; fix for #378 | Tristan Gingold | 2018-03-21 | 3 | -7/+10 |
| | |||||
* | grt-signals: Adjust comments. | Tristan Gingold | 2018-03-04 | 1 | -4/+2 |
| | |||||
* | grt-signals: simplify code. | Tristan Gingold | 2018-03-03 | 2 | -53/+33 |
| | |||||
* | grt-signals: renaming. | Tristan Gingold | 2018-03-03 | 2 | -40/+50 |
| | |||||
* | grt-signals: minor refactoring. | Tristan Gingold | 2018-03-02 | 1 | -6/+8 |
| | |||||
* | grt-signals: remove next_signal_active. | Tristan Gingold | 2018-03-02 | 3 | -33/+10 |
| | |||||
* | grt-signals: factorize code, add comments. | Tristan Gingold | 2018-03-02 | 1 | -92/+94 |
| | |||||
* | grt-signals: factorize, add comments. | Tristan Gingold | 2018-02-27 | 1 | -38/+51 |
| | |||||
* | vpi/force signals: ensure value propagation. | Tristan Gingold | 2018-02-25 | 2 | -12/+16 |
| | | | | Fix #531 | ||||
* | grt-signals: add comments and assertions. | Tristan Gingold | 2018-02-25 | 2 | -4/+34 |
| | |||||
* | grt-signals: minor refactoring. | Tristan Gingold | 2018-02-23 | 2 | -21/+28 |
| | |||||
* | simul-debugger: improve info signals. | Tristan Gingold | 2017-12-21 | 2 | -9/+23 |
| | |||||
* | simul-debugger: add run command. | Tristan Gingold | 2017-12-20 | 2 | -3/+6 |
| | |||||
* | grt-options: extract Parse_Time. | Tristan Gingold | 2017-12-20 | 2 | -46/+61 |
| | |||||
* | grt: reorganize simulation loop. | Tristan Gingold | 2017-12-20 | 5 | -48/+103 |
| | |||||
* | grt-ghw: complete declarations. | Tristan Gingold | 2017-11-15 | 1 | -1/+20 |
| | |||||
* | grt-signals: fix thinko in delayed_implicit_process. | Tristan Gingold | 2017-11-15 | 1 | -5/+3 |
| | | | | Fix #458 | ||||
* | grt-disp_signals: handle implicit delayed signals. | Tristan Gingold | 2017-11-15 | 1 | -22/+30 |
| | |||||
* | rti: handle more unbounded record | Tristan Gingold | 2017-11-01 | 2 | -3/+6 |
| | | | | Fix #418 | ||||
* | issue #450: also fix if-generate statement. | Tristan Gingold | 2017-10-31 | 1 | -2/+5 |
| | |||||
* | Fix VhpiNameP for VhpiForGenerateK: add generate label. | Tristan Gingold | 2017-10-31 | 2 | -12/+13 |
| | | | | Fix #450 | ||||
* | Makefiles: use GNATMAKE for llvm and grt. | Tristan Gingold | 2017-10-19 | 1 | -1/+1 |
| | | | | Tentative fix for #443. | ||||
* | Improved error reporting, Issue #26 | Brian Drummond | 2017-10-06 | 4 | -8/+33 |
| | |||||
* | Process name reported on runtime error (negative delays) : see Issue #26 | Brian Drummond | 2017-10-05 | 1 | -0/+2 |
| | |||||
* | Make error stream available for additional reporting : see issue #26 | Brian Drummond | 2017-10-05 | 3 | -12/+18 |
| | |||||
* | Add libbacktrace.a to LLVM runtime | Brian Drummond | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Replace libmhdlsim by libghdl. | Tristan Gingold | 2017-10-03 | 1 | -2/+3 |
| | |||||
* | vpi: report timeprecision as 1ps | Tristan Gingold | 2017-09-04 | 1 | -2/+2 |
| | | | | Fix #403 | ||||
* | Write assert and report messages to stdout | Tristan Gingold | 2017-08-30 | 3 | -6/+23 |
| | | | | Fix #394 | ||||
* | Detect wait timeout overflow. | Tristan Gingold | 2017-07-14 | 1 | -2/+7 |
| | | | | Fix #382 | ||||
* | Avoid MSYS2 path translation. | Tristan Gingold | 2017-06-17 | 1 | -4/+11 |
| | | | | Fix #365 | ||||
* | vpi: avoid a crash on anynomous subtype. | Tristan Gingold | 2017-06-09 | 1 | -1/+1 |
| | | | | Fix #283 | ||||
* | vpi: CbNextSimTime is one-shot. | Tristan Gingold | 2017-06-09 | 1 | -36/+42 |
| | | | | Fix #281 | ||||
* | grt-vpi: still trace callback in case of crash. | Tristan Gingold | 2017-06-09 | 1 | -2/+2 |
| | |||||
* | ghwlib: handle gzip/bzip2 compressed files. | Tristan Gingold | 2017-06-07 | 2 | -4/+52 |
| | |||||
* | ghwlib: provides format specifiers. | Tristan Gingold | 2017-06-07 | 2 | -22/+36 |
| | |||||
* | ghwlib: fix sign issues, leaks, base types. | Tristan Gingold | 2017-06-06 | 2 | -57/+105 |
| |