yosys/passes/fsm
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
..
fsm.cc Renamed opt_rmunused to opt_clean 2013-06-05 07:07:31 +02:00
fsm_detect.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
fsm_expand.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
fsm_export.cc Replaced RTLIL::Const::str with generic decoder method 2013-12-04 14:14:05 +01:00
fsm_extract.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
fsm_info.cc Added help messages for fsm_* passes 2013-03-01 12:35:12 +01:00
fsm_map.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
fsm_opt.cc Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
fsm_recode.cc Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys 2014-03-11 14:24:24 +01:00
fsmdata.h Changed users of cell->connections_ to the new API (sed command) 2014-07-26 15:58:23 +02:00
Makefile.inc initial import 2013-01-05 11:13:26 +01:00