mirror of https://github.com/YosysHQ/yosys.git
fixup! opt_clean: use newcelltypes
This commit is contained in:
parent
4b55e5ff5f
commit
8c53b706f0
|
|
@ -103,7 +103,7 @@ struct keep_cache_t
|
|||
|
||||
keep_cache_t keep_cache;
|
||||
static constexpr auto ct_reg = StaticCellTypes::Categories::join(
|
||||
StaticCellTypes::Compat::internals_mem_ff,
|
||||
StaticCellTypes::Compat::mem_ff,
|
||||
StaticCellTypes::categories.is_anyinit);
|
||||
NewCellTypes ct_all;
|
||||
int count_rm_cells, count_rm_wires;
|
||||
|
|
|
|||
Loading…
Reference in New Issue