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

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

View file

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