mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-30 11:12:29 +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;'
|
||
|---|---|---|
| .. | ||
| bitpattern.h | ||
| calc.cc | ||
| celltypes.h | ||
| compatibility.cc | ||
| compatibility.h | ||
| consteval.h | ||
| driver.cc | ||
| log.cc | ||
| log.h | ||
| modwalker.h | ||
| register.cc | ||
| register.h | ||
| rtlil.cc | ||
| rtlil.h | ||
| satgen.h | ||
| sigtools.h | ||