Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt: add grt-dynload.ads | Tristan Gingold | 2019-04-27 | 1 | -0/+39 |
| | |||||
* | grt: rename grt-dynload.[ch] to grt-cdynload.[ch] | Tristan Gingold | 2019-04-27 | 4 | -4/+4 |
| | |||||
* | add some version to grt.ver (#800) | umarcor | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | grt: extract grt-dynload from grt-cvpi | Tristan Gingold | 2019-04-24 | 4 | -59/+78 |
| | |||||
* | move algos to grt. | Tristan Gingold | 2019-03-20 | 2 | -0/+83 |
| | |||||
* | Partial revert of #753. | Tristan Gingold | 2019-02-23 | 1 | -1/+1 |
| | |||||
* | grt-vpi: add more properties, decode them, fix style. | Tristan Gingold | 2019-02-23 | 2 | -50/+69 |
| | |||||
* | VPI: add support for detecting ports and their directions (#753) | Kammie | 2019-02-14 | 2 | -5/+39 |
| | | | | | | | | * VPI: add support for detecting ports and their directions * fix indentation * address gna/issue450: hack to include "ports" in "net" iteration | ||||
* | simul: fix handling of time resolution. | Tristan Gingold | 2019-01-06 | 2 | -16/+25 |
| | |||||
* | grt/rtis: fix use of bounds for unbounded subelements. | Tristan Gingold | 2019-01-04 | 2 | -2/+7 |
| | |||||
* | grt-signals: do not read beyond value for driver transaction. | Tristan Gingold | 2019-01-01 | 2 | -67/+41 |
| | |||||
* | Extract grt.astdio.vhdl from grt.astdio. | Tristan Gingold | 2018-12-16 | 10 | -69/+130 |
| | |||||
* | Improve help and doc for --max-stack-alloc. | Tristan Gingold | 2018-12-03 | 1 | -1/+6 |
| | |||||
* | grt: set time for elaboration. | Tristan Gingold | 2018-11-26 | 1 | -1/+8 |
| | |||||
* | trans-rtis: take into account instances in the count of packages. | Tristan Gingold | 2018-11-24 | 1 | -3/+6 |
| | | | | rtis: check number of packages. | ||||
* | Add --max-stack-alloc option, check stack allocation of complex object. | Tristan Gingold | 2018-11-23 | 3 | -0/+37 |
| | | | | Fix #692 | ||||
* | grt-lib: work-around for bug in old compilers. | Tristan Gingold | 2018-11-14 | 1 | -4/+8 |
| | |||||
* | grt-vpi.ads: fix a warning. | Tristan Gingold | 2018-11-14 | 1 | -0/+1 |
| | |||||
* | Fix overflow detection for **, implement ** for i64. | Tristan Gingold | 2018-11-14 | 3 | -15/+68 |
| | | | | Fix #683 | ||||
* | grt Handle_Record: pass address of elements. | Tristan Gingold | 2018-11-11 | 1 | -2/+1 |
| | | | | Fix #685 | ||||
* | Pass time-resolution to grt. | Tristan Gingold | 2018-10-21 | 7 | -43/+97 |
| | | | | | | | | | 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 | ||||
* | grt rtis/wave: handle unbounded record subtypes. | Tristan Gingold | 2018-10-21 | 4 | -19/+83 |
| | | | | Fix #668 | ||||
* | Rework translation of unbounded and complex types. | Tristan Gingold | 2018-10-21 | 10 | -93/+183 |
| | |||||
* | fix filter to generate GRT_EXTRA_LIB on arm-linux-gnueabihf | 1138-4EB | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Improve info message for --stop-delta. | Tristan Gingold | 2018-09-16 | 3 | -7/+18 |
| | | | | For #654 | ||||
* | grt: adjust grt-wave_opt error API. | Tristan Gingold | 2018-09-16 | 4 | -46/+32 |
| | |||||
* | grt: rework error API (WIP) - rework report, add warning. | Tristan Gingold | 2018-09-16 | 6 | -124/+95 |
| | |||||
* | grt: rework error API (WIP). | Tristan Gingold | 2018-09-16 | 18 | -186/+177 |
| | |||||
* | Remove -gnat05, always use GNATFLAGS. | Tristan Gingold | 2018-09-15 | 1 | -1/+1 |
| | | | | Fix #651 | ||||
* | 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 |
| |