aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen
diff options
context:
space:
mode:
Diffstat (limited to 'passes/pmgen')
-rw-r--r--passes/pmgen/xilinx_srl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/pmgen/xilinx_srl.cc b/passes/pmgen/xilinx_srl.cc
index 4a3a30f83..bd4dc59ab 100644
--- a/passes/pmgen/xilinx_srl.cc
+++ b/passes/pmgen/xilinx_srl.cc
@@ -68,9 +68,9 @@ void reduce_chain(xilinx_srl_pm &pm)
c->setParam(ID(CLKPOL), 0);
else
log_abort();
- if (c->type.in(ID($_DFFE_NN_), ID($_DFFE_PN_)))
+ if (c->type.in(ID($_DFFE_NP_), ID($_DFFE_PP_)))
c->setParam(ID(ENPOL), 1);
- else if (c->type.in(ID($_DFFE_NP_), ID($_DFFE_PN_)))
+ else if (c->type.in(ID($_DFFE_NN_), ID($_DFFE_PN_)))
c->setParam(ID(ENPOL), 0);
else
c->setParam(ID(ENPOL), 2);