3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/passes/opt
Clifford Wolf 6995914f3f Use ID() macro in all of passes/opt/
This was obtained by running the following SED command in passes/opt/
and then using "meld foo.cc foo.cc.orig" to manually fix all resulting
compiler errors.

sed -i.orig -r 's/"\\\\([a-zA-Z0-9_]+)"/ID(\1)/g; s/"(\$[a-zA-Z0-9_]+)"/ID(\1)/g;' *.cc

Signed-off-by: Clifford Wolf <clifford@clifford.at>
2019-08-11 11:39:46 +02:00
..
Makefile.inc Move muxpack from passes/techmap to passes/opt 2019-06-06 12:15:13 -07:00
muxpack.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt.cc Add help for "-sat" option inside opt_rmdff. "opt" can pass "-sat" too 2019-06-27 22:06:23 +02:00
opt_clean.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_demorgan.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_expr.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_lut.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_merge.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_muxtree.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_reduce.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
opt_rmdff.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
pmux2shiftx.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
rmports.cc Fix formatting for msys2 mingw build using GetSize 2019-08-01 17:27:34 +02:00
share.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00
wreduce.cc Use ID() macro in all of passes/opt/ 2019-08-11 11:39:46 +02:00