3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-20 23:44:44 +00:00

yosys: use newcelltypes for yosys_celltypes users

This commit is contained in:
Emil J. Tywoniak 2025-11-26 00:50:41 +01:00
parent 46f9e70dce
commit 4dddd6fe4b
9 changed files with 11 additions and 8 deletions

View file

@ -21,7 +21,7 @@
#include "kernel/register.h"
#include "kernel/sigtools.h"
#include "kernel/utils.h"
#include "kernel/celltypes.h"
#include "kernel/newcelltypes.h"
#include "kernel/timinginfo.h"
USING_YOSYS_NAMESPACE