3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00
yosys/backends/cxxrtl
whitequark 7f5313e6c3 cxxrtl: add -O6, a shortcut for running proc; flatten.
People judge a compiler backend by the first impression, and
the metric they judge it for is speed. -O6 does severely impact
debuggability, but it provides equally massive gains in performance,
so use it by default.
2020-04-21 15:33:12 +00:00
..
cxxrtl.cc cxxrtl: add -O6, a shortcut for running proc; flatten. 2020-04-21 15:33:12 +00:00
cxxrtl.h cxxrtl: provide attributes to black box factories, too. 2020-04-19 16:30:54 +00:00
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00