aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
...
* grt: Use GRTs sort for dump table.Ondrej Ille2021-04-221-9/+19
* grt-avls: optimize, disable debug check after insertMartin Jeřábek2021-04-221-4/+4
* grt: optimize wave dumpMartin Jeřábek2021-04-224-11/+49
* VHPI: improve C enum interopMarlon James2021-04-193-66/+113
* VHPI: add tracingMarlon James2021-04-182-141/+706
* Update license headerMarlon James2021-04-182-36/+19
* src/grt: Avhpi - Specify enum numbers as in VHDL LRM. Add 2008 version enumer...Ondrej Ille2021-04-081-5/+483
* src: Introduce two separate PSL counters (Finish and Start).Ondrej Ille2021-04-081-7/+14
* src: Adjust grt-psl to use PSL RTI type.Ondrej Ille2021-04-081-5/+5
* src: Adjust disp-rti for new PSL RTI type.Ondrej Ille2021-04-081-12/+27
* src: grt-utils. Fix path look-up fo PSL RTis since they now have Parent.Ondrej Ille2021-04-082-8/+7
* src: Define PSL type RTI with simplified assertion state.Ondrej Ille2021-04-081-0/+16
* grt: Dont build path for PSL RTIs. They dont have parents, therefore Get_Path...Ondrej Ille2021-04-081-0/+12
* src: Move --psl-report-uncovered to run options, not analysis options.Ondrej Ille2021-03-223-2/+11
* Revert "src: Add -Wpsl-uncovered option to optionally warn about uncovered PS...Ondrej Ille2021-03-221-1/+2
* src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL sequen...Ondrej Ille2021-03-221-2/+1
* VHPI: add initial minimal implementationMarlon James2021-03-0411-12/+3200
* VPI: support loading multiple librariesMarlon James2021-03-021-13/+51
* grt-signals.adb: fix access. Fix #1652Tristan Gingold2021-02-181-1/+1
* grt: add Error_NF to report final error status. Fix #803Tristan Gingold2021-01-263-2/+13
* update 'vpi_user.h' to IEEE Std 1800-2017umarcor2021-01-171-189/+272
* update license headersumarcor2021-01-14145-1595/+1305
* Fix #1524: 'ghdl build produces an executable with RWX sections'Erik Zscheile2020-11-271-0/+4
* win32: add fprintf to grt_save_backtrace (#1516)eine2020-11-211-0/+8
* Slightly improve error messages for unknown optionTristan Gingold2020-11-211-1/+1
* Ignore plusargs options (that starts with a '+'). For #1517Tristan Gingold2020-11-211-0/+3
* Add argc and argv to vpi_get_vlog_info()Marlon James2020-11-191-2/+4
* src/grt/Makefile.inc: support clang -dumpmachine on Windowsumarcor2020-10-241-1/+1
* grt-disp_signals: add code to display last value (disabled).Tristan Gingold2020-08-261-0/+8
* grt: import changes from gtkwave to ghwlibTristan Gingold2020-08-052-1/+8
* ghwlib: minor change to verbose.Tristan Gingold2020-08-051-1/+1
* grt: adjust previous patch on grt-wavesTristan Gingold2020-08-054-20/+35
* grt: handle more unbounded types in disp_rti and ghw.Tristan Gingold2020-08-047-253/+390
* grt-disp_signals: fix handling of unbounded aggregates.Tristan Gingold2020-08-043-10/+6
* grt: fix crash in --dump-rti for array of unbounded records.Tristan Gingold2020-08-043-3/+26
* vhdl: handle force/release statements in translate and grt. For #1416Tristan Gingold2020-08-034-143/+454
* grt: handle unbounded array subtype in rtis and wavesTristan Gingold2020-07-254-13/+72
* Return success in vpi_get_vlog_infoKaleb Barrett2020-07-191-1/+1
* Return correct verison number in vpi_get_vlog_infoKaleb Barrett2020-07-191-2/+4
* vhdl: add ghdl_integer_index_check_failed. For #1257Tristan Gingold2020-06-173-0/+44
* grt-fst: padd time resolution. Fix #1365Tristan Gingold2020-06-111-2/+3
* grt: add check for empty stack2.Tristan Gingold2020-06-043-4/+27
* grt-lib: minor reformatting.Tristan Gingold2020-06-041-5/+3
* grt: do not export disp_process_name.Tristan Gingold2020-06-043-6/+4
* grt: add and document option --assertsTristan Gingold2020-06-023-22/+40
* grt: call finalizer after std.env.finish/stop. For #1347Tristan Gingold2020-05-312-1/+3
* grt: implement --backtrace-severity. For #1338Tristan Gingold2020-05-254-13/+50
* grt: fix warnings from gnatgpl2020.Tristan Gingold2020-05-235-17/+24
* ghwlib: fix non-initialized field for ghw_disp_hie.Tristan Gingold2020-05-201-0/+1
* ghwlib: never display the NO_SIG terminator.Tristan Gingold2020-05-201-5/+2