Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add libbacktrace.a to LLVM runtime | Brian Drummond | 2017-10-05 | 1 | -1/+1 | |
| | ||||||
* | Replace libmhdlsim by libghdl. | Tristan Gingold | 2017-10-03 | 1 | -2/+3 | |
| | ||||||
* | vpi: report timeprecision as 1ps | Tristan Gingold | 2017-09-04 | 1 | -2/+2 | |
| | | | | Fix #403 | |||||
* | Write assert and report messages to stdout | Tristan Gingold | 2017-08-30 | 3 | -6/+23 | |
| | | | | Fix #394 | |||||
* | Detect wait timeout overflow. | Tristan Gingold | 2017-07-14 | 1 | -2/+7 | |
| | | | | Fix #382 | |||||
* | Avoid MSYS2 path translation. | Tristan Gingold | 2017-06-17 | 1 | -4/+11 | |
| | | | | Fix #365 | |||||
* | vpi: avoid a crash on anynomous subtype. | Tristan Gingold | 2017-06-09 | 1 | -1/+1 | |
| | | | | Fix #283 | |||||
* | vpi: CbNextSimTime is one-shot. | Tristan Gingold | 2017-06-09 | 1 | -36/+42 | |
| | | | | Fix #281 | |||||
* | grt-vpi: still trace callback in case of crash. | Tristan Gingold | 2017-06-09 | 1 | -2/+2 | |
| | ||||||
* | ghwlib: handle gzip/bzip2 compressed files. | Tristan Gingold | 2017-06-07 | 2 | -4/+52 | |
| | ||||||
* | ghwlib: provides format specifiers. | Tristan Gingold | 2017-06-07 | 2 | -22/+36 | |
| | ||||||
* | ghwlib: fix sign issues, leaks, base types. | Tristan Gingold | 2017-06-06 | 2 | -57/+105 | |
| | ||||||
* | fst: update fst files from gtkwave r1180 | Tristan Gingold | 2017-06-03 | 4 | -637/+993 | |
| | ||||||
* | ghwlib/grt-waves: handle unbounded records. | Tristan Gingold | 2017-06-02 | 5 | -130/+337 | |
| | ||||||
* | ghwdump: add -s to display string table. | Tristan Gingold | 2017-06-02 | 1 | -11/+26 | |
| | ||||||
* | Build grt to lib/ subdir. | Tristan Gingold | 2017-05-23 | 1 | -3/+6 | |
| | | | | For #352 | |||||
* | Create default value for ports. | Tristan Gingold | 2017-05-09 | 2 | -10/+96 | |
| | | | | Fix #328 | |||||
* | Add support for signals in generate sections | Emmanuel Mogenet | 2017-05-03 | 1 | -0/+6 | |
| | ||||||
* | Actually match the ghdl format this time | Emmanuel Mogenet | 2017-04-30 | 1 | -4/+5 | |
| | ||||||
* | Add -H to ghwdump to dump full pathnames of signals | Emmanuel Mogenet | 2017-04-28 | 3 | -5/+59 | |
| | ||||||
* | Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1 | Tristan Gingold | 2017-04-20 | 1 | -27/+19 | |
| | ||||||
* | textio: use grt.fcvt to write reals. | Tristan Gingold | 2017-04-19 | 4 | -4/+30 | |
| | ||||||
* | textio: use grt.fcvt to read real numbers. | Tristan Gingold | 2017-04-19 | 2 | -0/+14 | |
| | ||||||
* | Rewrite to_string(real, digits) using grt.fcvt | Tristan Gingold | 2017-04-19 | 6 | -22/+186 | |
| | ||||||
* | grt.fcvt: use format_image instead of to_string (cleanup). | Tristan Gingold | 2017-04-19 | 3 | -89/+1 | |
| | ||||||
* | Use grt.fcvt for 'image. | Tristan Gingold | 2017-04-19 | 3 | -126/+166 | |
| | ||||||
* | scanner: use grt-fcvt for radix conversion. | Tristan Gingold | 2017-04-19 | 2 | -132/+552 | |
| | ||||||
* | Feed new code through indent to match indigenous style | Emmanuel Mogenet | 2017-04-16 | 2 | -121/+119 | |
| | ||||||
* | Move skip flag to its own array in ghwlib | Emmanuel Mogenet | 2017-04-16 | 3 | -36/+49 | |
| | ||||||
* | Add mechanism to restrict signals dumped by ghwdump | Emmanuel Mogenet | 2017-04-15 | 3 | -3/+138 | |
| | ||||||
* | Add more testcases for bug069 | Tristan Gingold | 2017-04-02 | 3 | -75/+769 | |
| | ||||||
* | Add start_of_processes callback, used by grt-waves | Tristan Gingold | 2017-03-09 | 3 | -7/+29 | |
| | | | | Fix #300 | |||||
* | Disp driving process for --disp-sources | Tristan Gingold | 2017-02-22 | 3 | -3/+9 | |
| | ||||||
* | rtis/vcd/ghw: handle record subtypes. | Tristan Gingold | 2017-02-22 | 8 | -101/+179 | |
| | ||||||
* | unbounded records: add rti support (WIP) | Tristan Gingold | 2017-02-21 | 10 | -222/+358 | |
| | ||||||
* | libghdlsynth: can generate so/dll file. | Tristan Gingold | 2017-02-07 | 1 | -12/+37 | |
| | ||||||
* | Apply No_Return pragma only on specs. Create specs if needed. | Tristan Gingold | 2017-02-06 | 1 | -1/+3 | |
| | ||||||
* | Do not emit assert error for '-' in matching equality/inequality. | Tristan Gingold | 2017-01-24 | 1 | -14/+0 | |
| | | | | Fix #262 | |||||
* | grt: also distinguish overflow from null access on linux x86-64 | Tristan Gingold | 2016-12-23 | 1 | -1/+1 | |
| | | | | Fix #232 | |||||
* | Add support for extended identifiers in wave option files. (#236) | Jonas Baggett | 2016-12-20 | 3 | -9/+27 | |
| | ||||||
* | implement vpi_free_object | Sijmen Woutersen | 2016-11-16 | 1 | -5/+13 | |
| | ||||||
* | win32.c: install SEH handler only on i386 | Tristan Gingold | 2016-11-06 | 1 | -3/+9 | |
| | ||||||
* | Support added for * and **. Please note that wildcards inside names like ↵ | Jonas Baggett | 2016-11-02 | 12 | -147/+254 | |
| | | | | | | /top/sub*/... are not supported yet, only synthax like /top/*/... works for now. Support for wildcards inside names will be added on version 1.2, at the same time as simple regexp support. Current version set to 1.1 | |||||
* | There is a new --write-opt-file option that will create a wave option file ↵ | Jonas Baggett | 2016-11-01 | 13 | -272/+423 | |
| | | | | | | | with all the signals of the design. (#179) The --wave-opt-file option is renamed to --read-opt-file for consistency Some code cleanup and bug fixes | |||||
* | Makefiles: use gnatmake instead of gcc to compile single Ada files. | Tristan Gingold | 2016-11-01 | 1 | -11/+6 | |
| | ||||||
* | avhpi_get_base_name: return the label for if/for generate. | Tristan Gingold | 2016-10-10 | 1 | -3/+11 | |
| | | | | Fix issue #158 | |||||
* | vcd,fst: avoid spurious error message for packages. | Tristan Gingold | 2016-09-03 | 2 | -0/+9 | |
| | ||||||
* | Fix a bug when opening the wave option file provided. | Jonas Baggett | 2016-08-03 | 1 | -2/+5 | |
| | ||||||
* | Rename --wave-option-file to --wave-opt-file | Jonas Baggett | 2016-08-03 | 1 | -4/+4 | |
| | | | | Documentation and description added for the --wave-opt-file option. | |||||
* | Extend wave option to VCD and FST #128 | Jonsba | 2016-08-03 | 3 | -51/+158 | |
| | | | | | | * The wave option file support is extended to VCD and FST waves There are still current issues which are described in the header TODO section of grt-fst.adb and grt-vcd.adb. |