Merge branch 'koriakin/xc7nocarrymux' into xaig
[yosys.git] / kernel / celledges.cc
index 430425ea829b94d9292aeff79d439ad1ec8f05c4..556e8b826f4ee92fec8a9757d268cf1d6b17f28a 100644 (file)
@@ -158,7 +158,7 @@ void mux_op(AbstractCellEdgesDatabase *db, RTLIL::Cell *cell)
 
 PRIVATE_NAMESPACE_END
 
-bool YOSYS_NAMESPACE_PREFIX AbstractCellEdgesDatabase::add_cell(RTLIL::Cell *cell)
+bool YOSYS_NAMESPACE_PREFIX AbstractCellEdgesDatabase::add_edges_from_cell(RTLIL::Cell *cell)
 {
        if (cell->type.in("$not", "$pos")) {
                bitwise_unary_op(this, cell);