aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/cxxrtl_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* cxxrtl: elide $pmux cells.whitequark2020-06-121-30/+16
* cxxrtl: annotate port direction as comments.whitequark2020-06-121-1/+8
* cxxrtl: unbuffer output wires of toplevel module.whitequark2020-06-121-1/+1
* cxxrtl: simplify unbuffering of input wires.whitequark2020-06-121-20/+17
* Merge pull request #2141 from whitequark/cxxrtl-cxx11whitequark2020-06-101-1/+2
|\
| * cxxrtl: restore C++11 compatibility.whitequark2020-06-101-1/+2
* | cxxrtl: disambiguate values/wires and their aliases in debug info.whitequark2020-06-101-1/+1
|/
* cxxrtl: allow unbuffering without localizing.whitequark2020-06-091-40/+74
* cxxrtl: order -On levels as localize, elide instead of the reverse.whitequark2020-06-091-8/+8
* cxxrtl: factor out -noproc/-noflatten from -O.whitequark2020-06-091-17/+36
* cxxrtl: fix two buggy split_by functions.whitequark2020-06-091-7/+9
* cxxrtl: ignore cell input signedness when it is irrelevant.whitequark2020-06-091-7/+16
* cxxrtl: fix format of hdlnames.whitequark2020-06-081-1/+1
* cxxrtl: emit debug information for constant wires.whitequark2020-06-081-12/+27
* cxxrtl: emit debug information for alias wires.whitequark2020-06-081-3/+55
* cxxrtl: fix typo in comment. NFC.whitequark2020-06-081-4/+4
* cxxrtl: minor debug-related improvements.whitequark2020-06-081-2/+3
* cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc.whitequark2020-06-071-0/+2520