aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-fst.adb
Commit message (Expand)AuthorAgeFilesLines
* grt: extract grt-vhdl_types from grt-typesTristan Gingold2022-03-221-0/+1
* grt: preliminary work to support arrays in vpiTristan Gingold2021-06-061-7/+11
* update license headersumarcor2021-01-141-11/+9
* grt-fst: padd time resolution. Fix #1365Tristan Gingold2020-06-111-2/+3
* grt: fix warnings from gnatgpl2020.Tristan Gingold2020-05-231-5/+5
* grt: extract grt.to_strings from grt.imagesTristan Gingold2019-06-011-2/+2
* grt: rework error API (WIP).Tristan Gingold2018-09-161-1/+1
* Support added for * and **. Please note that wildcards inside names like /top...Jonas Baggett2016-11-021-22/+23
* There is a new --write-opt-file option that will create a wave option file wi...Jonas Baggett2016-11-011-24/+22
* vcd,fst: avoid spurious error message for packages.Tristan Gingold2016-09-031-0/+5
* Extend wave option to VCD and FST #128Jonsba2016-08-031-24/+83
* vpi: handle parameters/generics.Tristan Gingold2016-07-031-68/+34
* grt-vcd: rename vcd_var_kind to vcd_var_type.Tristan Gingold2016-07-031-12/+7
* fst: dump enumerations.Tristan Gingold2016-06-171-2/+23
* grt-fst.adb: remove reference to unused entity,Tristan Gingold2016-04-291-3/+0
* grt-fst: remove unreferenced with-ed package.Tristan Gingold2016-01-061-1/+0
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-3/+3
* Rework callbacks, support cocotb.Tristan Gingold2015-10-301-3/+4
* grt: add --list-features, and --has-featureTristan Gingold2015-09-141-1/+2
* Fix truncated simple name in fst dump.Tristan Gingold2015-03-111-1/+1
* fst: don't try to detect aliases (make fst file bigger).Tristan Gingold2014-12-211-1/+1
* rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold2014-12-131-0/+51
* grt-fst: add comments.Tristan Gingold2014-12-051-0/+2
* fst: dump type of signals.Tristan Gingold2014-12-051-3/+37
* fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold2014-12-031-2/+122
* grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold2014-12-011-9/+3
* Initial support of FST dump format.Tristan Gingold2014-11-291-0/+474