1
0
mirror of synced 2026-03-09 04:30:06 +00:00

abc: use newcelltypes

This commit is contained in:
Emil J. Tywoniak
2025-11-26 00:03:53 +01:00
parent d91e1c8607
commit 4ab22cbb97

View File

@@ -43,7 +43,7 @@
#include "kernel/register.h"
#include "kernel/sigtools.h"
#include "kernel/celltypes.h"
#include "kernel/newcelltypes.h"
#include "kernel/ffinit.h"
#include "kernel/ff.h"
#include "kernel/cost.h"
@@ -2455,7 +2455,7 @@ struct AbcPass : public Pass {
continue;
}
CellTypes ct(design);
NewCellTypes ct(design);
std::vector<RTLIL::Cell*> all_cells = mod->selected_cells();
pool<RTLIL::Cell*> unassigned_cells(all_cells.begin(), all_cells.end());