yosys/passes/techmap
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
..
.gitignore added .gitignore files 2013-01-05 11:19:11 +01:00
Makefile.inc Added "make SMALL=1" 2014-07-24 19:03:57 +02:00
dfflibmap.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
extract.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
filterlib.cc Moved dfflibmap from passes/dfflibmap to passes/techmap 2013-10-16 15:32:26 +02:00
hilomap.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
iopadmap.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
libparse.cc Fixed dumping of timing() { .. } block in libparse 2014-03-09 15:16:07 +01:00
libparse.h renamed LibertyParer to LibertyParser 2014-01-14 18:57:47 +01:00
simplemap.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
techmap.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00