aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/cxxrtl.h
Commit message (Expand)AuthorAgeFilesLines
* cxxrtl: use one delta cycle for immediately converging netlists.whitequark2020-04-211-3/+4
* cxxrtl: provide attributes to black box factories, too.whitequark2020-04-191-10/+10
* cxxrtl: add simple black box support.whitequark2020-04-181-0/+53
* cxxrtl: make ROMs writable, document memory::operator[].whitequark2020-04-161-2/+5
* write_cxxrtl: improve writable memory handling.whitequark2020-04-091-39/+64
* write_cxxrtl: avoid undefined behavior on out-of-bounds memory access.whitequark2020-04-091-8/+13
* write_cxxrtl: statically schedule comb logic and localize wires.whitequark2020-04-091-0/+4
* write_cxxrtl: new backend.whitequark2020-04-091-0/+1104