mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-29 23:43:23 +00:00
fixup! consteval: use newcelltypes
This commit is contained in:
parent
ce3c23f969
commit
a8509aee48
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ struct ConstEval
|
|||
ConstEval(RTLIL::Module *module, RTLIL::State defaultval = RTLIL::State::Sm) : module(module), assign_map(module), defaultval(defaultval)
|
||||
{
|
||||
auto ct = NewCellTypes();
|
||||
ct.static_cell_types = StaticCellTypes::Compat::stdcells_nomem_noff;
|
||||
ct.static_cell_types = StaticCellTypes::Compat::nomem_noff;
|
||||
|
||||
for (auto &it : module->cells_) {
|
||||
if (!ct.cell_known(it.second->type))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue