aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
...
* ghwdump should handle zero-length signals (#1327)Ben Reynwar2020-05-201-1/+1
* grt: move severity levels from errors to grt.severity.Tristan Gingold2020-05-146-8/+40
* Adding some comments to the RTI processing. (#1304)Ben Reynwar2020-05-123-15/+73
* Constants in vpi (#1297)Ben Reynwar2020-05-104-13/+47
* Makefiles: fixed race condition in creation of "grt" directory before main.o ...Forrest Voight2020-04-241-6/+6
* grt-vpi: handle read/write of enums. Fix #1256Tristan Gingold2020-04-241-10/+56
* grt-vpi: potential fix for win32 regression detected by #1228Tristan Gingold2020-04-171-1/+2
* grt-vpi: free iterator to fix memory leak. Fix #1233Tristan Gingold2020-04-171-2/+25
* vpi_handle_by_name: handle extended identifiers. Fix #1228Tristan Gingold2020-04-151-1/+12
* grt-vpi: automatically free handlers for callbacks. Fix #1226Tristan Gingold2020-04-152-8/+55
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-6/+20
* synth: also try to open files (during synthesis) relative to current unit.Tristan Gingold2020-04-132-2/+22
* grt: handle argc=0 and argv/=null in ghdl_main (#1206) (#1215)umarcor2020-04-121-7/+5
* grt: handle argc=0 in ghdl_main. Fix #1206Tristan Gingold2020-04-111-1/+7
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-2/+6
* grt: separate exec and all link options. For #640Tristan Gingold2020-04-101-5/+21
* grt-types: declare ghdl_u8.Tristan Gingold2020-04-061-1/+2
* grt/ghdl_main: add comments.Tristan Gingold2020-04-061-0/+7
* grt: slightly simplify the interface.Tristan Gingold2020-04-023-18/+4
* grt: add code to support systemc co-simulation.Tristan Gingold2020-04-0210-48/+147
* vhdl: handle CR+LF for readline in grt. Fix #1145Tristan Gingold2020-02-252-18/+62
* disable backtrace on android (#1142)umarcor2020-02-191-1/+1
* grt: split grt-errors, disp current process.Tristan Gingold2020-02-1018-104/+183
* gcc: allow to build grt-cstdio with c++.Tristan Gingold2019-11-201-0/+8
* synth: handle untruncated_text_read.Tristan Gingold2019-11-162-14/+9
* grt-files_operations: reduce dependencies.Tristan Gingold2019-11-152-19/+20
* grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.cTristan Gingold2019-11-153-43/+67
* synth: add support for file declarations.Tristan Gingold2019-11-132-0/+775
* vhdl: remove severity from cover, report and severity from assume.Tristan Gingold2019-08-082-11/+6
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-075-0/+38
* Remove unused use clause.Tristan Gingold2019-06-061-1/+0
* libghdlsynth: fix build failure.Tristan Gingold2019-06-061-1/+1
* grt: remove more useless use clauses.Tristan Gingold2019-06-031-2/+0
* grt-vstrings: do not depend on grt.errorsTristan Gingold2019-06-021-3/+4
* grt-vstrings: refactor.Tristan Gingold2019-06-022-26/+13
* grt: extract grt-vstrings_io from grt-vstrings.Tristan Gingold2019-06-026-24/+92
* grt: extract grt.to_strings from grt.imagesTristan Gingold2019-06-0110-180/+237
* grt: add grt-dynload.adsTristan Gingold2019-04-271-0/+39
* grt: rename grt-dynload.[ch] to grt-cdynload.[ch]Tristan Gingold2019-04-274-4/+4
* add some version to grt.ver (#800)umarcor2019-04-241-1/+1
* grt: extract grt-dynload from grt-cvpiTristan Gingold2019-04-244-59/+78
* move algos to grt.Tristan Gingold2019-03-202-0/+83
* Partial revert of #753.Tristan Gingold2019-02-231-1/+1
* grt-vpi: add more properties, decode them, fix style.Tristan Gingold2019-02-232-50/+69
* VPI: add support for detecting ports and their directions (#753)Kammie2019-02-142-5/+39
* simul: fix handling of time resolution.Tristan Gingold2019-01-062-16/+25
* grt/rtis: fix use of bounds for unbounded subelements.Tristan Gingold2019-01-042-2/+7
* grt-signals: do not read beyond value for driver transaction.Tristan Gingold2019-01-012-67/+41
* Extract grt.astdio.vhdl from grt.astdio.Tristan Gingold2018-12-1610-69/+130
* Improve help and doc for --max-stack-alloc.Tristan Gingold2018-12-031-1/+6