1
0
mirror of synced 2026-04-24 19:40:49 +00:00

initialize noblackbox and nowb in AstModule::clone

This commit is contained in:
Jakob Wenzel
2019-07-22 10:37:40 +02:00
parent c6d8692c97
commit e2fe8e0a4f

View File

@@ -1551,7 +1551,9 @@ RTLIL::Module *AstModule::clone() const
new_mod->nomeminit = nomeminit;
new_mod->nomem2reg = nomem2reg;
new_mod->mem2reg = mem2reg;
new_mod->noblackbox = noblackbox;
new_mod->lib = lib;
new_mod->nowb = nowb;
new_mod->noopt = noopt;
new_mod->icells = icells;
new_mod->pwires = pwires;