yosys/passes/memory
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
..
Makefile.inc Added memory_share 2014-07-18 13:16:56 +02:00
memory.cc Added translation from read-feedback to en-signals in memory_share 2014-07-18 16:46:40 +02:00
memory_collect.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
memory_dff.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
memory_map.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
memory_share.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
memory_unpack.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00