3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-10 15:20:32 +00:00

celltypes: include newcelltypes to allow legacy code access to migrated yosys_celltypes

This commit is contained in:
Emil J. Tywoniak 2026-03-05 11:59:20 +01:00
parent 4caffa7ebd
commit 23eb38fe3f

View file

@ -21,6 +21,7 @@
#define CELLTYPES_H
#include "kernel/yosys.h"
#include "kernel/newcelltypes.h"
YOSYS_NAMESPACE_BEGIN