aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/cxxrtl.cc
Commit message (Expand)AuthorAgeFilesLines
* write_cxxrtl: add support for hierarchical designs.whitequark2020-04-091-18/+107
* write_cxxrtl: avoid undefined behavior on out-of-bounds memory access.whitequark2020-04-091-38/+65
* write_cxxrtl: statically schedule comb logic and localize wires.whitequark2020-04-091-68/+364
* write_cxxrtl: elide wires for results of comb cells used once.whitequark2020-04-091-35/+359
* write_cxxrtl: new backend.whitequark2020-04-091-0/+904