yosys/passes/sat
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 Started to implement real resource sharing 2014-07-19 20:54:32 +02:00
eval.cc Removed RTLIL::SigSpec::optimize() 2014-07-23 20:32:28 +02:00
example.v Added support for shifter cells to SAT generator 2013-06-08 15:12:08 +02:00
example.ys Renamed "sat_solve" pass to "sat" 2013-06-09 21:55:53 +02:00
expose.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
freduce.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
miter.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
sat.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
share.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00