| Commit message (Expand) | Author | Age | Files | Lines |
* | VHPI: improve C enum interop | Marlon James | 2021-04-19 | 3 | -66/+113 |
* | VHPI: add tracing | Marlon James | 2021-04-18 | 2 | -141/+706 |
* | Update license header | Marlon James | 2021-04-18 | 2 | -36/+19 |
* | src/grt: Avhpi - Specify enum numbers as in VHDL LRM. Add 2008 version enumer... | Ondrej Ille | 2021-04-08 | 1 | -5/+483 |
* | src: Introduce two separate PSL counters (Finish and Start). | Ondrej Ille | 2021-04-08 | 1 | -7/+14 |
* | src: Adjust grt-psl to use PSL RTI type. | Ondrej Ille | 2021-04-08 | 1 | -5/+5 |
* | src: Adjust disp-rti for new PSL RTI type. | Ondrej Ille | 2021-04-08 | 1 | -12/+27 |
* | src: grt-utils. Fix path look-up fo PSL RTis since they now have Parent. | Ondrej Ille | 2021-04-08 | 2 | -8/+7 |
* | src: Define PSL type RTI with simplified assertion state. | Ondrej Ille | 2021-04-08 | 1 | -0/+16 |
* | grt: Dont build path for PSL RTIs. They dont have parents, therefore Get_Path... | Ondrej Ille | 2021-04-08 | 1 | -0/+12 |
* | src: Move --psl-report-uncovered to run options, not analysis options. | Ondrej Ille | 2021-03-22 | 3 | -2/+11 |
* | Revert "src: Add -Wpsl-uncovered option to optionally warn about uncovered PS... | Ondrej Ille | 2021-03-22 | 1 | -1/+2 |
* | src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL sequen... | Ondrej Ille | 2021-03-22 | 1 | -2/+1 |
* | VHPI: add initial minimal implementation | Marlon James | 2021-03-04 | 11 | -12/+3200 |
* | VPI: support loading multiple libraries | Marlon James | 2021-03-02 | 1 | -13/+51 |
* | grt-signals.adb: fix access. Fix #1652 | Tristan Gingold | 2021-02-18 | 1 | -1/+1 |
* | grt: add Error_NF to report final error status. Fix #803 | Tristan Gingold | 2021-01-26 | 3 | -2/+13 |
* | update 'vpi_user.h' to IEEE Std 1800-2017 | umarcor | 2021-01-17 | 1 | -189/+272 |
* | update license headers | umarcor | 2021-01-14 | 145 | -1595/+1305 |
* | Fix #1524: 'ghdl build produces an executable with RWX sections' | Erik Zscheile | 2020-11-27 | 1 | -0/+4 |
* | win32: add fprintf to grt_save_backtrace (#1516) | eine | 2020-11-21 | 1 | -0/+8 |
* | Slightly improve error messages for unknown option | Tristan Gingold | 2020-11-21 | 1 | -1/+1 |
* | Ignore plusargs options (that starts with a '+'). For #1517 | Tristan Gingold | 2020-11-21 | 1 | -0/+3 |
* | Add argc and argv to vpi_get_vlog_info() | Marlon James | 2020-11-19 | 1 | -2/+4 |
* | src/grt/Makefile.inc: support clang -dumpmachine on Windows | umarcor | 2020-10-24 | 1 | -1/+1 |
* | grt-disp_signals: add code to display last value (disabled). | Tristan Gingold | 2020-08-26 | 1 | -0/+8 |
* | grt: import changes from gtkwave to ghwlib | Tristan Gingold | 2020-08-05 | 2 | -1/+8 |
* | ghwlib: minor change to verbose. | Tristan Gingold | 2020-08-05 | 1 | -1/+1 |
* | grt: adjust previous patch on grt-waves | Tristan Gingold | 2020-08-05 | 4 | -20/+35 |
* | grt: handle more unbounded types in disp_rti and ghw. | Tristan Gingold | 2020-08-04 | 7 | -253/+390 |
* | grt-disp_signals: fix handling of unbounded aggregates. | Tristan Gingold | 2020-08-04 | 3 | -10/+6 |
* | grt: fix crash in --dump-rti for array of unbounded records. | Tristan Gingold | 2020-08-04 | 3 | -3/+26 |
* | vhdl: handle force/release statements in translate and grt. For #1416 | Tristan Gingold | 2020-08-03 | 4 | -143/+454 |
* | grt: handle unbounded array subtype in rtis and waves | Tristan Gingold | 2020-07-25 | 4 | -13/+72 |
* | Return success in vpi_get_vlog_info | Kaleb Barrett | 2020-07-19 | 1 | -1/+1 |
* | Return correct verison number in vpi_get_vlog_info | Kaleb Barrett | 2020-07-19 | 1 | -2/+4 |
* | vhdl: add ghdl_integer_index_check_failed. For #1257 | Tristan Gingold | 2020-06-17 | 3 | -0/+44 |
* | grt-fst: padd time resolution. Fix #1365 | Tristan Gingold | 2020-06-11 | 1 | -2/+3 |
* | grt: add check for empty stack2. | Tristan Gingold | 2020-06-04 | 3 | -4/+27 |
* | grt-lib: minor reformatting. | Tristan Gingold | 2020-06-04 | 1 | -5/+3 |
* | grt: do not export disp_process_name. | Tristan Gingold | 2020-06-04 | 3 | -6/+4 |
* | grt: add and document option --asserts | Tristan Gingold | 2020-06-02 | 3 | -22/+40 |
* | grt: call finalizer after std.env.finish/stop. For #1347 | Tristan Gingold | 2020-05-31 | 2 | -1/+3 |
* | grt: implement --backtrace-severity. For #1338 | Tristan Gingold | 2020-05-25 | 4 | -13/+50 |
* | grt: fix warnings from gnatgpl2020. | Tristan Gingold | 2020-05-23 | 5 | -17/+24 |
* | ghwlib: fix non-initialized field for ghw_disp_hie. | Tristan Gingold | 2020-05-20 | 1 | -0/+1 |
* | ghwlib: never display the NO_SIG terminator. | Tristan Gingold | 2020-05-20 | 1 | -5/+2 |
* | ghwdump should handle zero-length signals (#1327) | Ben Reynwar | 2020-05-20 | 1 | -1/+1 |
* | grt: move severity levels from errors to grt.severity. | Tristan Gingold | 2020-05-14 | 6 | -8/+40 |
* | Adding some comments to the RTI processing. (#1304) | Ben Reynwar | 2020-05-12 | 3 | -15/+73 |