aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-strings.ads
Commit message (Collapse)AuthorAgeFilesLines
* synth: improve support of value attributeTristan Gingold2022-12-261-1/+3
|
* update license headersumarcor2021-01-141-11/+9
|
* Add support for extended identifiers in wave option files. (#236)Jonas Baggett2016-12-201-1/+0
|
* Adding support for a wave option file that selects signals to be displayed ↵Jonsba2016-07-261-1/+24
| | | | | | (#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.
* grt: add grt-strings, use case insensitive compare for vpi_handle_by_nameTristan Gingold2016-06-221-0/+36
Fixes potentialventures/cocotb#460