aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-vcd.adb
Commit message (Collapse)AuthorAgeFilesLines
* grt: extract grt.to_strings from grt.imagesTristan Gingold2019-06-011-3/+3
|
* Pass time-resolution to grt.Tristan Gingold2018-10-211-1/+15
| | | | | | | | | 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
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-1/+2
|
* grt: rework error API (WIP).Tristan Gingold2018-09-161-1/+1
|
* vcd: add global scope.Tristan Gingold2018-07-251-33/+32
| | | | Fix #268
* grt.fcvt: use format_image instead of to_string (cleanup).Tristan Gingold2017-04-191-1/+1
|
* Add more testcases for bug069Tristan Gingold2017-04-021-75/+17
|
* rtis/vcd/ghw: handle record subtypes.Tristan Gingold2017-02-221-16/+22
|
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-211-2/+2
|
* Support added for * and **. Please note that wildcards inside names like ↵Jonas Baggett2016-11-021-17/+17
| | | | | | /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-29/+30
| | | | | | | 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
* vcd,fst: avoid spurious error message for packages.Tristan Gingold2016-09-031-0/+4
|
* Extend wave option to VCD and FST #128Jonsba2016-08-031-25/+73
| | | | | | * 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.
* vpi: handle parameters/generics.Tristan Gingold2016-07-031-113/+115
|
* grt-vcd: rename vcd_var_kind to vcd_var_type.Tristan Gingold2016-07-031-14/+14
|
* fst: dump enumerations.Tristan Gingold2016-06-171-66/+93
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-6/+6
| | | | Improve simulation speed by about 20%.
* Rework callbacks, support cocotb.Tristan Gingold2015-10-301-3/+32
|
* grt: add --list-features, and --has-featureTristan Gingold2015-09-141-1/+2
|
* vcd/fst: handle complex signals. Fix crash.Tristan Gingold2014-12-211-0/+4
|
* grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold2014-12-011-32/+30
|
* Initial support of FST dump format.Tristan Gingold2014-11-291-2/+1
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+845