Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vpi: add vpiSize. | Tristan Gingold | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | avhpi: handle unbound component | Tristan Gingold | 2016-05-26 | 1 | -1/+8 |
| | | | | for issue 71. | ||||
* | ghwdump: make output more easily readable. | Tristan Gingold | 2016-05-23 | 3 | -57/+116 |
| | |||||
* | Add new vpi symbols to grt.ver | Tristan Gingold | 2016-04-29 | 1 | -0/+3 |
| | | | | For issue 56 | ||||
* | grt-fst.adb: remove reference to unused entity, | Tristan Gingold | 2016-04-29 | 1 | -3/+0 |
| | | | | Fix issue 57 | ||||
* | ghw: extract declarations to grt-ghw.ads | Tristan Gingold | 2016-03-29 | 2 | -37/+64 |
| | |||||
* | grt: add comments. | Tristan Gingold | 2016-03-25 | 1 | -0/+7 |
| | |||||
* | PSL: add clocked SERE, make endpoints visible from VHDL. | Tristan Gingold | 2016-03-22 | 3 | -16/+42 |
| | |||||
* | Always run finalizers (unless failure). | Tristan Gingold | 2016-03-20 | 3 | -18/+4 |
| | |||||
* | Always execute finalizers and end hooks after simulation. | Tristan Gingold | 2016-03-19 | 4 | -5/+18 |
| | | | | Fix for issue45. | ||||
* | grt-psl.adb: fix build failure (unused package). | Tristan Gingold | 2016-03-18 | 1 | -1/+0 |
| | |||||
* | PSL: add counters, generate rti and add --psl-report | Tristan Gingold | 2016-03-18 | 10 | -17/+339 |
| | |||||
* | grt-backtraces: fix option prefix check. | Tristan Gingold | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | stack2: use a minimal size for chunks. | Tristan Gingold | 2016-03-15 | 1 | -23/+33 |
| | |||||
* | Improve behaviour of secondary stack. | Tristan Gingold | 2016-03-15 | 1 | -9/+5 |
| | | | | Fix speed issue of bug040. | ||||
* | grt: fix incorrect use of stdout for some errors. | Tristan Gingold | 2016-02-22 | 2 | -10/+12 |
| | |||||
* | grt: remove rti field in signals (to reduce space). | Tristan Gingold | 2016-02-21 | 2 | -71/+5 |
| | |||||
* | grt-backtraces-gcc: add pragma unreferenced. | Tristan Gingold | 2016-02-21 | 1 | -1/+4 |
| | |||||
* | Refactoring in simulate in order to link with ortho. | Tristan Gingold | 2016-02-20 | 1 | -0/+39 |
| | |||||
* | ghwlib: handle b2 range, fix print of multi-dim arrays. | Tristan Gingold | 2016-02-02 | 2 | -1/+16 |
| | |||||
* | grt rtis_addr: handle B1 ranges. | Tristan Gingold | 2016-01-25 | 2 | -5/+34 |
| | |||||
* | simul: fix various issues. | Tristan Gingold | 2016-01-24 | 1 | -1/+6 |
| | |||||
* | Reorder fields in signals for alignment. | Tristan Gingold | 2016-01-09 | 1 | -1/+3 |
| | |||||
* | std_logic_1164: fix number of warnings for matching equality. | Tristan Gingold | 2016-01-07 | 1 | -18/+32 |
| | | | | Fix issue 14. | ||||
* | grt-stack2: Fix unreferenced entity. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | grt-fst: remove unreferenced with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | grt-lib: Remove unused with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -2/+1 |
| | |||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 10 | -318/+248 |
| | | | | Improve simulation speed by about 20%. | ||||
* | backtrace: demangle operators. | Tristan Gingold | 2015-11-30 | 1 | -0/+65 |
| | |||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 11 | -23/+376 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 9 | -33/+483 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | Remove deprecated .version. | Tristan Gingold | 2015-11-07 | 1 | -3/+2 |
| | |||||
* | Rework --stop-time to not display a message if simulation is already finished. | Tristan Gingold | 2015-10-31 | 3 | -23/+14 |
| | |||||
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 26 | -494/+1505 |
| | |||||
* | Fix build of jumps.c on i386/linux. | Tristan Gingold | 2015-09-30 | 1 | -3/+9 |
| | |||||
* | Remove unused files. | Tristan Gingold | 2015-09-26 | 2 | -13/+0 |
| | |||||
* | Fix GRT_EXTRA_LIB, remove grt-arch (unused). | Tristan Gingold | 2015-09-17 | 2 | -14/+7 |
| | |||||
* | grt: add --list-features, and --has-feature | Tristan Gingold | 2015-09-14 | 14 | -19/+93 |
| | |||||
* | Remove unused files (were for stack switching). | Tristan Gingold | 2015-09-13 | 9 | -1905/+0 |
| | |||||
* | Adjust windows code. | Tristan Gingold | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | Tentatively fix win32 support. | Tristan Gingold | 2015-09-12 | 4 | -138/+36 |
| | |||||
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 17 | -449/+402 |
| | |||||
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 5 | -36/+19 |
| | | | | | translate: separate info for signals from object. Improve some error messages. | ||||
* | Adjust previous patch. | Tristan Gingold | 2015-06-20 | 1 | -10/+18 |
| | |||||
* | signals: simplify and fix code for delayed signals. | Tristan Gingold | 2015-06-18 | 1 | -18/+9 |
| | | | | fix ticket89. | ||||
* | Initial support of DragonFly. | Tristan Gingold | 2015-06-07 | 2 | -2/+2 |
| | |||||
* | Rework procedure calls, now use a record to pass parameters. | Tristan Gingold | 2015-06-05 | 4 | -20/+28 |
| | |||||
* | write: do not implicitely append LF. | Tristan Gingold | 2015-05-30 | 1 | -2/+0 |
| | |||||
* | Rework exit handling to correctly report exit status. | Tristan Gingold | 2015-05-21 | 6 | -8/+16 |
| | | | | Fix ticket 77. | ||||
* | Handle to_string for i64 numbers. | Tristan Gingold | 2015-05-20 | 2 | -0/+16 |
| | | | | Fix ticket 76 |