mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-25 17:51:24 +00:00
consteval: use newcelltypes
This commit is contained in:
parent
9877d189ce
commit
ce3c23f969
2 changed files with 5 additions and 3 deletions
|
|
@ -554,6 +554,8 @@ namespace Compat {
|
|||
static constexpr auto internals_mem_ff = Categories::meet(internals_all, mem_ff);
|
||||
// old setup_internals
|
||||
static constexpr auto internals_nomem_noff = Categories::meet(internals_all, nomem_noff);
|
||||
// old setup_stdcells
|
||||
static constexpr auto stdcells_nomem_noff = Categories::meet(categories.is_stdcell, nomem_noff);
|
||||
static constexpr auto stdcells_mem = Categories::meet(categories.is_stdcell, categories.is_mem_noff);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue