3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-16 07:05:37 +00:00

yosys: use newcelltypes for yosys_celltypes

This commit is contained in:
Emil J. Tywoniak 2025-11-26 00:47:30 +01:00
parent 7a5c303ccd
commit 5216d32d1b
3 changed files with 12 additions and 38 deletions

View file

@ -548,9 +548,6 @@ struct CellTypes
}
};
// initialized by yosys_setup()
extern CellTypes yosys_celltypes;
YOSYS_NAMESPACE_END
#endif