aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Collapse)AuthorAgeFilesLines
* vpi: add vpiSize.Tristan Gingold2016-05-261-0/+1
|
* avhpi: handle unbound componentTristan Gingold2016-05-261-1/+8
| | | | for issue 71.
* ghwdump: make output more easily readable.Tristan Gingold2016-05-233-57/+116
|
* Add new vpi symbols to grt.verTristan Gingold2016-04-291-0/+3
| | | | For issue 56
* grt-fst.adb: remove reference to unused entity,Tristan Gingold2016-04-291-3/+0
| | | | Fix issue 57
* ghw: extract declarations to grt-ghw.adsTristan Gingold2016-03-292-37/+64
|
* 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
| | | | Fix for issue45.
* 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
| | | | Fix speed issue of bug040.
* 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
| | | | 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