yosys/backends
Clifford Wolf b7dda72302 Changed users of cell->connections_ to the new API (sed command)
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;'
2014-07-26 15:58:23 +02:00
..
autotest Replaced more old SigChunk programming patterns 2014-07-24 23:10:58 +02:00
blif Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
btor Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
edif Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
ilang Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
intersynth Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
spice Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
verilog Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00