aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
* Create default value for ports.Tristan Gingold2017-05-092-10/+96
* Add support for signals in generate sectionsEmmanuel Mogenet2017-05-031-0/+6
* Actually match the ghdl format this timeEmmanuel Mogenet2017-04-301-4/+5
* Add -H to ghwdump to dump full pathnames of signalsEmmanuel Mogenet2017-04-283-5/+59
* Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1Tristan Gingold2017-04-201-27/+19
* textio: use grt.fcvt to write reals.Tristan Gingold2017-04-194-4/+30
* textio: use grt.fcvt to read real numbers.Tristan Gingold2017-04-192-0/+14
* Rewrite to_string(real, digits) using grt.fcvtTristan Gingold2017-04-196-22/+186
* grt.fcvt: use format_image instead of to_string (cleanup).Tristan Gingold2017-04-193-89/+1
* Use grt.fcvt for 'image.Tristan Gingold2017-04-193-126/+166
* scanner: use grt-fcvt for radix conversion.Tristan Gingold2017-04-192-132/+552
* Feed new code through indent to match indigenous styleEmmanuel Mogenet2017-04-162-121/+119
* Move skip flag to its own array in ghwlibEmmanuel Mogenet2017-04-163-36/+49
* Add mechanism to restrict signals dumped by ghwdumpEmmanuel Mogenet2017-04-153-3/+138
* Add more testcases for bug069Tristan Gingold2017-04-023-75/+769
* Add start_of_processes callback, used by grt-wavesTristan Gingold2017-03-093-7/+29
* Disp driving process for --disp-sourcesTristan Gingold2017-02-223-3/+9
* rtis/vcd/ghw: handle record subtypes.Tristan Gingold2017-02-228-101/+179
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-2110-222/+358
* libghdlsynth: can generate so/dll file.Tristan Gingold2017-02-071-12/+37
* Apply No_Return pragma only on specs. Create specs if needed.Tristan Gingold2017-02-061-1/+3
* Do not emit assert error for '-' in matching equality/inequality.Tristan Gingold2017-01-241-14/+0
* grt: also distinguish overflow from null access on linux x86-64Tristan Gingold2016-12-231-1/+1
* Add support for extended identifiers in wave option files. (#236)Jonas Baggett2016-12-203-9/+27
* implement vpi_free_objectSijmen Woutersen2016-11-161-5/+13
* win32.c: install SEH handler only on i386Tristan Gingold2016-11-061-3/+9
* Support added for * and **. Please note that wildcards inside names like /top...Jonas Baggett2016-11-0212-147/+254
* There is a new --write-opt-file option that will create a wave option file wi...Jonas Baggett2016-11-0113-272/+423
* Makefiles: use gnatmake instead of gcc to compile single Ada files.Tristan Gingold2016-11-011-11/+6
* avhpi_get_base_name: return the label for if/for generate.Tristan Gingold2016-10-101-3/+11
* vcd,fst: avoid spurious error message for packages.Tristan Gingold2016-09-032-0/+9
* Fix a bug when opening the wave option file provided.Jonas Baggett2016-08-031-2/+5
* Rename --wave-option-file to --wave-opt-fileJonas Baggett2016-08-031-4/+4
* Extend wave option to VCD and FST #128Jonsba2016-08-033-51/+158
* grt-options: adjust condition to avoid a crash.Tristan Gingold2016-07-301-2/+3
* Changes in warning/error messages formatting in the Wave_Opt_File pac… (#124)Jonsba2016-07-288-100/+91
* Adding support for a wave option file that selects signals to be displayed (#...Jonsba2016-07-2613-45/+1027
* Makefiles changes for $(EXEEXT) - please review. (#119)Patrick Lehmann2016-07-261-1/+1
* Work-around deprecated use of pragma No_Run_Time in gnat gpl 2016.Tristan Gingold2016-07-183-5/+18
* 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