3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-12 11:55:44 +00:00

newcelltypes: wrap design celltypes support

This commit is contained in:
Emil J. Tywoniak 2025-11-25 18:41:26 +01:00
parent 35ccaa60d7
commit 9e59f05c25
2 changed files with 168 additions and 18 deletions

View file

@ -105,7 +105,7 @@ keep_cache_t keep_cache;
static constexpr auto ct_reg = StaticCellTypes::Categories::join(
StaticCellTypes::Compat::mem_ff,
StaticCellTypes::categories.is_anyinit);
CellTypes ct_all;
NewCellTypes ct_all;
int count_rm_cells, count_rm_wires;
void rmunused_module_cells(Module *module, bool verbose)