Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt: optimize wave dump | Martin Jeřábek | 2021-04-22 | 1 | -0/+9 |
| | | | | | | | | Instead of walking through all the signals every cycle, keep an array of changed signals (without duplicates). Before dumping, sort the array. Afterwards clear it. This massively improves performance on big designs. | ||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | vhdl: handle force/release statements in translate and grt. For #1416 | Tristan Gingold | 2020-08-03 | 1 | -0/+60 |
| | |||||
* | grt-signals: do not read beyond value for driver transaction. | Tristan Gingold | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | fix 'occured' typo | 1138-4EB | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | grt-signals: simplify code. | Tristan Gingold | 2018-03-03 | 1 | -0/+7 |
| | |||||
* | grt-signals: renaming. | Tristan Gingold | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | grt-signals: remove next_signal_active. | Tristan Gingold | 2018-03-02 | 1 | -8/+3 |
| | |||||
* | grt-signals: add comments and assertions. | Tristan Gingold | 2018-02-25 | 1 | -0/+1 |
| | |||||
* | grt-signals: minor refactoring. | Tristan Gingold | 2018-02-23 | 1 | -1/+3 |
| | |||||
* | Create default value for ports. | Tristan Gingold | 2017-05-09 | 1 | -0/+24 |
| | | | | Fix #328 | ||||
* | grt: remove rti field in signals (to reduce space). | Tristan Gingold | 2016-02-21 | 1 | -4/+0 |
| | |||||
* | Reorder fields in signals for alignment. | Tristan Gingold | 2016-01-09 | 1 | -1/+3 |
| | |||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -18/+27 |
| | | | | Improve simulation speed by about 20%. | ||||
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 1 | -20/+31 |
| | |||||
* | sem: fix Can_Collapse_Signals regression. | Tristan Gingold | 2015-01-12 | 1 | -0/+4 |
| | |||||
* | Add comments. | Tristan Gingold | 2014-11-19 | 1 | -2/+10 |
| | |||||
* | Move files and dirs from translate/ | Tristan Gingold | 2014-11-05 | 1 | -0/+919 |