Merge pull request #5726 from YosysHQ/emil/double-expose-yosys_celltypes

celltypes: include newcelltypes to allow legacy code access to migrat…
This commit is contained in:
Miodrag Milanović 2026-03-05 11:36:36 +00:00 committed by GitHub
commit 95d738edc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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