diff options
| -rw-r--r-- | passes/techmap/dff2dffe.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/passes/techmap/dff2dffe.cc b/passes/techmap/dff2dffe.cc index 339007156..17549bd06 100644 --- a/passes/techmap/dff2dffe.cc +++ b/passes/techmap/dff2dffe.cc @@ -173,7 +173,7 @@ struct Dff2dffeWorker  			return or_input;  		RTLIL::SigSpec y = module->addWire(NEW_ID); -		RTLIL::Cell *c = module->addReduceOr(NEW_ID, or_input, y); +		RTLIL::Cell *c = module->addReduceAnd(NEW_ID, or_input, y);  		if (make_gates) {  			simplemap(module, c); | 
