mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-19 08:43:20 +00:00
fixup! opt_clean: use newcelltypes
This commit is contained in:
parent
4b55e5ff5f
commit
8c53b706f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue