yosys/backends/cxxrtl
whitequark 107911dbec cxxrtl: always inline internal cells and slice/concat operations.
This can result in massive reduction in runtime, up to 50% depending
on workload. Currently people are using `-mllvm -inline-threshold=`
as a workaround (with clang++), but this solution is more portable.
2020-06-13 01:52:06 +00:00
..
Makefile.inc cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc. 2020-06-07 03:48:40 +00:00
cxxrtl.h cxxrtl: always inline internal cells and slice/concat operations. 2020-06-13 01:52:06 +00:00
cxxrtl_backend.cc cxxrtl: elide $pmux cells. 2020-06-12 02:40:30 +00:00
cxxrtl_capi.cc cxxrtl: add a C API for writing VCD dumps. 2020-06-07 03:48:00 +00:00
cxxrtl_capi.h cxxrtl: disambiguate values/wires and their aliases in debug info. 2020-06-10 14:39:45 +00:00
cxxrtl_vcd.h cxxrtl: disambiguate values/wires and their aliases in debug info. 2020-06-10 14:39:45 +00:00
cxxrtl_vcd_capi.cc cxxrtl: add missing namespace. 2020-06-09 06:26:43 +00:00
cxxrtl_vcd_capi.h Fix formatting. NFC. 2020-06-10 15:48:40 +00:00