mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 20:17:55 +00:00
git grep -l 'connections_' | xargs sed -i -r -e '
s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g;
s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g;
s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g;
s/(->|\.)connections_.push_back/\1connect/g;
s/(->|\.)connections_/\1connections()/g;'
|
||
|---|---|---|
| .. | ||
| Makefile.inc | ||
| opt.cc | ||
| opt_clean.cc | ||
| opt_const.cc | ||
| opt_muxtree.cc | ||
| opt_reduce.cc | ||
| opt_rmdff.cc | ||
| opt_share.cc | ||
| opt_status.h | ||