3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00
yosys/backends/cxxrtl
whitequark 281c96856a cxxrtl: get rid of -O5 aka opt_clean -purge optimization level.
This isn't actually necessary anymore after scheduling was improved,
and `clean -purge` disrupts the mapping between wires in the input
RTLIL netlist and the output CXXRTL code.
2020-05-22 19:08:30 +00:00
..
cxxrtl.cc cxxrtl: get rid of -O5 aka opt_clean -purge optimization level. 2020-05-22 19:08:30 +00:00
cxxrtl.h cxxrtl: keep the memory write queue sorted on insertion. 2020-04-22 20:53:12 +02:00
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00