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
1 changed files with 1 additions and 0 deletions

View File

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