aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-waves.adb
Commit message (Collapse)AuthorAgeFilesLines
* grt: adjust previous patch on grt-wavesTristan Gingold2020-08-051-7/+19
| | | | Write bounds only when the element subtype of the base type is unbounded.
* grt: handle more unbounded types in disp_rti and ghw.Tristan Gingold2020-08-041-178/+167
| | | | Fix #1131
* grt: handle unbounded array subtype in rtis and wavesTristan Gingold2020-07-251-7/+29
|
* Pass time-resolution to grt.Tristan Gingold2018-10-211-2/+3
| | | | | | | | | Use time-resolution for Put_Time. Use time-resolution for --stop-time (Parse_Time). Use time-resolution as VpiTimePrecision and for vcd. TODO: ghw (but needs to update ghwlib and gtkwave) Fix #672
* grt rtis/wave: handle unbounded record subtypes.Tristan Gingold2018-10-211-9/+51
| | | | Fix #668
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-9/+12
|
* grt: rework error API (WIP).Tristan Gingold2018-09-161-1/+1
|
* waves: handled unbounded records. Fix #561Tristan Gingold2018-08-101-0/+16
|
* ghwlib/grt-waves: handle unbounded records.Tristan Gingold2017-06-021-47/+98
|
* Add start_of_processes callback, used by grt-wavesTristan Gingold2017-03-091-4/+15
| | | | Fix #300
* rtis/vcd/ghw: handle record subtypes.Tristan Gingold2017-02-221-16/+34
|
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-211-10/+11
|
* Support added for * and **. Please note that wildcards inside names like ↵Jonas Baggett2016-11-021-18/+19
| | | | | | /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 Baggett2016-11-011-25/+26
| | | | | | | 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
* Extend wave option to VCD and FST #128Jonsba2016-08-031-2/+2
| | | | | | * 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.
* Adding support for a wave option file that selects signals to be displayed ↵Jonsba2016-07-261-44/+70
| | | | | | (#121) Adding support for a wave option file that selects signals to be displayed on the waveform (currently only works with the ghw wave format). Only full signal paths are supported now (no wildcards). Wave option file version set to 1.0.
* ghw: extract declarations to grt-ghw.adsTristan Gingold2016-03-291-37/+2
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-3/+3
| | | | Improve simulation speed by about 20%.
* Rework callbacks, support cocotb.Tristan Gingold2015-10-301-6/+6
|
* grt: add --list-features, and --has-featureTristan Gingold2015-09-141-1/+2
|
* Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold2015-03-111-12/+58
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+1632