aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
...
* grt: add comments.Tristan Gingold2016-03-251-0/+7
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-223-16/+42
* Always run finalizers (unless failure).Tristan Gingold2016-03-203-18/+4
* Always execute finalizers and end hooks after simulation.Tristan Gingold2016-03-194-5/+18
* grt-psl.adb: fix build failure (unused package).Tristan Gingold2016-03-181-1/+0
* PSL: add counters, generate rti and add --psl-reportTristan Gingold2016-03-1810-17/+339
* grt-backtraces: fix option prefix check.Tristan Gingold2016-03-161-1/+1
* stack2: use a minimal size for chunks.Tristan Gingold2016-03-151-23/+33
* Improve behaviour of secondary stack.Tristan Gingold2016-03-151-9/+5
* grt: fix incorrect use of stdout for some errors.Tristan Gingold2016-02-222-10/+12
* grt: remove rti field in signals (to reduce space).Tristan Gingold2016-02-212-71/+5
* grt-backtraces-gcc: add pragma unreferenced.Tristan Gingold2016-02-211-1/+4
* Refactoring in simulate in order to link with ortho.Tristan Gingold2016-02-201-0/+39
* ghwlib: handle b2 range, fix print of multi-dim arrays.Tristan Gingold2016-02-022-1/+16
* grt rtis_addr: handle B1 ranges.Tristan Gingold2016-01-252-5/+34
* simul: fix various issues.Tristan Gingold2016-01-241-1/+6
* Reorder fields in signals for alignment.Tristan Gingold2016-01-091-1/+3
* std_logic_1164: fix number of warnings for matching equality.Tristan Gingold2016-01-071-18/+32
* grt-stack2: Fix unreferenced entity.Tristan Gingold2016-01-061-1/+0
* grt-fst: remove unreferenced with-ed package.Tristan Gingold2016-01-061-1/+0
* grt-lib: Remove unused with-ed package.Tristan Gingold2016-01-061-2/+1
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1810-318/+248
* backtrace: demangle operators.Tristan Gingold2015-11-301-0/+65
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-2211-23/+376
* Add symbolizer (for mcode).Tristan Gingold2015-11-199-33/+483
* Remove deprecated .version.Tristan Gingold2015-11-071-3/+2
* Rework --stop-time to not display a message if simulation is already finished.Tristan Gingold2015-10-313-23/+14
* Rework callbacks, support cocotb.Tristan Gingold2015-10-3026-494/+1505
* Fix build of jumps.c on i386/linux.Tristan Gingold2015-09-301-3/+9
* Remove unused files.Tristan Gingold2015-09-262-13/+0
* Fix GRT_EXTRA_LIB, remove grt-arch (unused).Tristan Gingold2015-09-172-14/+7
* grt: add --list-features, and --has-featureTristan Gingold2015-09-1414-19/+93
* Remove unused files (were for stack switching).Tristan Gingold2015-09-139-1905/+0
* Adjust windows code.Tristan Gingold2015-09-121-0/+1
* Tentatively fix win32 support.Tristan Gingold2015-09-124-138/+36
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-0417-449/+402
* Replace fat accesses by bounds accessesTristan Gingold2015-08-295-36/+19
* Adjust previous patch.Tristan Gingold2015-06-201-10/+18
* signals: simplify and fix code for delayed signals.Tristan Gingold2015-06-181-18/+9
* Initial support of DragonFly.Tristan Gingold2015-06-072-2/+2
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-054-20/+28
* write: do not implicitely append LF.Tristan Gingold2015-05-301-2/+0
* Rework exit handling to correctly report exit status.Tristan Gingold2015-05-216-8/+16
* Handle to_string for i64 numbers.Tristan Gingold2015-05-202-0/+16
* Handle evaluation of to_string for enumeration and integer types.Tristan Gingold2015-05-141-1/+35
* vhdl 2008: allow to read out ports.Tristan Gingold2015-05-141-6/+6
* Allow generic without default values in top-level entity.Tristan Gingold2015-05-113-0/+57
* generic override: handle enumerated types.Tristan Gingold2015-03-143-13/+92
* Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold2015-03-141-1/+1
* generic override: handle i32.Tristan Gingold2015-03-133-15/+97