mirror of https://github.com/YosysHQ/yosys.git
modtools: use newcelltypes
This commit is contained in:
parent
a9463d1aee
commit
a0f87dc2d1
|
|
@ -23,6 +23,7 @@
|
||||||
#include "kernel/yosys.h"
|
#include "kernel/yosys.h"
|
||||||
#include "kernel/sigtools.h"
|
#include "kernel/sigtools.h"
|
||||||
#include "kernel/celltypes.h"
|
#include "kernel/celltypes.h"
|
||||||
|
#include "kernel/newcelltypes.h"
|
||||||
|
|
||||||
YOSYS_NAMESPACE_BEGIN
|
YOSYS_NAMESPACE_BEGIN
|
||||||
|
|
||||||
|
|
@ -357,7 +358,7 @@ struct ModWalker
|
||||||
RTLIL::Design *design;
|
RTLIL::Design *design;
|
||||||
RTLIL::Module *module;
|
RTLIL::Module *module;
|
||||||
|
|
||||||
CellTypes ct;
|
NewCellTypes ct;
|
||||||
SigMap sigmap;
|
SigMap sigmap;
|
||||||
|
|
||||||
dict<RTLIL::SigBit, pool<PortBit>> signal_drivers;
|
dict<RTLIL::SigBit, pool<PortBit>> signal_drivers;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue