aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/cxxrtl_vcd.h
Commit message (Expand)AuthorAgeFilesLines
* cxxrtl: escape colon in variable names in VCD writer.whitequark2021-07-191-1/+14
* cxxrtl: do not use `->template` for non-dependent names.whitequark2021-01-261-2/+2
* cxxrtl: implement debug information outlining.whitequark2020-12-141-7/+25
* cxxrtl: handle multipart signals.whitequark2020-06-111-10/+23
* cxxrtl: disambiguate values/wires and their aliases in debug info.whitequark2020-06-101-5/+12
* cxxrtl: fix two buggy split_by functions.whitequark2020-06-091-7/+7
* cxxrtl: don't check immutable values for changes in VCD writer.whitequark2020-06-081-4/+10
* cxxrtl: track aliases in VCD writer.whitequark2020-06-081-10/+14
* cxxrtl: only write VCD values that were actually updated.whitequark2020-06-071-10/+30
* cxxrtl: add a VCD writer using debug information.whitequark2020-06-071-0/+194