aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-wave_opt-file.adb
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* grt: adjust grt-wave_opt error API.Tristan Gingold2018-09-161-10/+13
|
* grt: rework error API (WIP) - rework report, add warning.Tristan Gingold2018-09-161-12/+15
|
* grt: rework error API (WIP).Tristan Gingold2018-09-161-11/+11
|
* Add support for extended identifiers in wave option files. (#236)Jonas Baggett2016-12-201-1/+27
|
* Support added for * and **. Please note that wildcards inside names like ↵Jonas Baggett2016-11-021-31/+52
| | | | | | /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-0/+438
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