aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fix issue 14.
* 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
| | | | Improve simulation speed by about 20%.
* 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
| | | | Display a backtrace in case of failed check or assert failure.
* 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
| | | | | translate: separate info for signals from object. Improve some error messages.
* Adjust previous patch.Tristan Gingold2015-06-201-10/+18
|
* signals: simplify and fix code for delayed signals.Tristan Gingold2015-06-181-18/+9
| | | | fix ticket89.
* 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
| | | | Fix ticket 77.
* Handle to_string for i64 numbers.Tristan Gingold2015-05-202-0/+16
| | | | Fix ticket 76
* Handle evaluation of to_string for enumeration and integer types.Tristan Gingold2015-05-141-1/+35
| | | | | | Handled extended names for to_string. Fix ticket 61.
* 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
| | | | Implement ticket #47.
* 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
|
* Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold2015-03-112-12/+59
|
* Fix truncated simple name in fst dump.Tristan Gingold2015-03-111-1/+1
|
* Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold2015-03-0710-37/+410
|
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-012-0/+10
|
* grt: fix protected object lock during elaboration.Tristan Gingold2015-01-301-2/+8
|
* Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold2015-01-241-2/+2
|
* grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold2015-01-171-2/+23
|
* grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold2015-01-151-2/+5
|
* grt.avhpi: adjust after rti change.Tristan Gingold2015-01-131-5/+6
|
* sem: fix Can_Collapse_Signals regression.Tristan Gingold2015-01-123-4/+5
|
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-121-0/+8
|
* grt-signals: code factorization.Tristan Gingold2015-01-101-41/+7
|
* Initialize direct driver value.Tristan Gingold2015-01-101-0/+22
|