mirror of https://github.com/YosysHQ/yosys.git
b7dda72302
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 | ||
proc.cc | ||
proc_arst.cc | ||
proc_clean.cc | ||
proc_dff.cc | ||
proc_init.cc | ||
proc_mux.cc | ||
proc_rmdead.cc |