aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl
Commit message (Expand)AuthorAgeFilesLines
* write_cxxrtl: avoid undefined behavior on out-of-bounds memory access.whitequark2020-04-092-46/+78
* write_cxxrtl: statically schedule comb logic and localize wires.whitequark2020-04-092-68/+368
* write_cxxrtl: elide wires for results of comb cells used once.whitequark2020-04-091-35/+359
* write_cxxrtl: new backend.whitequark2020-04-093-0/+2010