Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt: rework error API (WIP). | Tristan Gingold | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | Support added for * and **. Please note that wildcards inside names like ↵ | Jonas Baggett | 2016-11-02 | 1 | -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 Baggett | 2016-11-01 | 1 | -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 Gingold | 2016-09-03 | 1 | -0/+5 |
| | |||||
* | Extend wave option to VCD and FST #128 | Jonsba | 2016-08-03 | 1 | -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 Gingold | 2016-07-03 | 1 | -68/+34 |
| | |||||
* | grt-vcd: rename vcd_var_kind to vcd_var_type. | Tristan Gingold | 2016-07-03 | 1 | -12/+7 |
| | |||||
* | fst: dump enumerations. | Tristan Gingold | 2016-06-17 | 1 | -2/+23 |
| | |||||
* | grt-fst.adb: remove reference to unused entity, | Tristan Gingold | 2016-04-29 | 1 | -3/+0 |
| | | | | Fix issue 57 | ||||
* | grt-fst: remove unreferenced with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -3/+3 |
| | | | | Improve simulation speed by about 20%. | ||||
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 1 | -3/+4 |
| | |||||
* | grt: add --list-features, and --has-feature | Tristan Gingold | 2015-09-14 | 1 | -1/+2 |
| | |||||
* | Fix truncated simple name in fst dump. | Tristan Gingold | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | fst: don't try to detect aliases (make fst file bigger). | Tristan Gingold | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | rtis: add source location for blocks and object. Use them in fst dumper. | Tristan Gingold | 2014-12-13 | 1 | -0/+51 |
| | |||||
* | grt-fst: add comments. | Tristan Gingold | 2014-12-05 | 1 | -0/+2 |
| | |||||
* | fst: dump type of signals. | Tristan Gingold | 2014-12-05 | 1 | -3/+37 |
| | |||||
* | fix VHDL 08 preprocessor block comments in libraries to start in column 1 | Tristan Gingold | 2014-12-03 | 1 | -2/+122 |
| | |||||
* | grt-vcd: in verilog_wire_info, replace addr by sigs. | Tristan Gingold | 2014-12-01 | 1 | -9/+3 |
| | |||||
* | Initial support of FST dump format. | Tristan Gingold | 2014-11-29 | 1 | -0/+474 |