aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-fst.adb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Was actuals overlap.
* 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 ↵Jonas Baggett2016-11-021-22/+23
| | | | | | /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-24/+22
| | | | | | | 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/+5
|
* Extend wave option to VCD and FST #128Jonsba2016-08-031-24/+83
| | | | | | * 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-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
| | | | Fix issue 57
* 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
| | | | Improve simulation speed by about 20%.
* 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