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:
parent
35ccaa60d7
commit
9e59f05c25
2 changed files with 168 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue