modtools: use newcelltypes

This commit is contained in:
Emil J. Tywoniak 2025-11-25 23:36:40 +01:00
parent 8c53b706f0
commit 9877d189ce
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include "kernel/yosys.h"
#include "kernel/sigtools.h"
#include "kernel/celltypes.h"
#include "kernel/newcelltypes.h"
YOSYS_NAMESPACE_BEGIN
@ -332,7 +333,7 @@ struct ModWalker
RTLIL::Design *design;
RTLIL::Module *module;
CellTypes ct;
NewCellTypes ct;
SigMap sigmap;
dict<RTLIL::SigBit, pool<PortBit>> signal_drivers;