aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
...
* vpi: add and document new optionsTristan Gingold2016-07-141-4/+5
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-8/+13
* Initial work to support vpi via dll on windows.Tristan Gingold2016-07-106-144/+1311
* vpi: add vpi_vprintf.Tristan Gingold2016-07-093-13/+6
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-092-2/+2
* vhdl08: add support of case-generate statementTristan Gingold2016-07-077-27/+41
* vpi: handle parameters/generics.Tristan Gingold2016-07-035-248/+251
* grt-vcd: rename vcd_var_kind to vcd_var_type.Tristan Gingold2016-07-034-37/+32
* Add a description for the unbuffered option in ghdl -r <exec> --help.Jonas Baggett2016-07-031-0/+2
* More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.Patrick Lehmann2016-07-011-1/+1
* A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm...Patrick Lehmann2016-06-302-4/+5
* vpi: use a variable buffer for vpi_get_value.Tristan Gingold2016-06-283-34/+43
* Jonsba/master (#100)Jonsba2016-06-284-0/+20
* vpi: call last_known_delta after initialization (if makes sense).Tristan Gingold2016-06-241-0/+7
* vpi: improve traces (trace all callbacks, trace format)Tristan Gingold2016-06-241-25/+72
* grt: add grt-strings, use case insensitive compare for vpi_handle_by_nameTristan Gingold2016-06-227-70/+105
* fst: dump enumerations.Tristan Gingold2016-06-176-96/+173
* vpi: add missing properties for cocotb.Tristan Gingold2016-06-152-1/+7
* vpi: improve --vpi-trace output.Tristan Gingold2016-06-152-53/+457
* Handle default parameters for file_open.Tristan Gingold2016-06-021-4/+10
* vpi: add vpiSize.Tristan Gingold2016-05-261-0/+1
* avhpi: handle unbound componentTristan Gingold2016-05-261-1/+8
* ghwdump: make output more easily readable.Tristan Gingold2016-05-233-57/+116
* Add new vpi symbols to grt.verTristan Gingold2016-04-291-0/+3
* grt-fst.adb: remove reference to unused entity,Tristan Gingold2016-04-291-3/+0
* 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
* 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