1
0
mirror of synced 2026-02-18 21:56:48 +00:00
Files
YosysHQ.yosys/manual
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
..
2014-01-29 12:15:38 +01:00
2013-07-20 15:19:12 +02:00
2013-07-20 15:19:12 +02:00
2013-07-20 15:19:12 +02:00
2013-07-20 15:19:12 +02:00
2013-07-20 15:19:12 +02:00
2014-04-04 16:51:27 -06:00
2013-07-20 15:19:12 +02:00
2014-01-27 17:08:19 +01:00
2014-06-26 22:05:39 +02:00
2014-06-22 12:50:29 +02:00
2014-07-02 06:16:31 +02:00
2013-07-20 15:19:12 +02:00