projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d8692
)
initialize noblackbox and nowb in AstModule::clone
author
Jakob Wenzel
<wenzel@rs.tu-darmstadt.de>
Mon, 22 Jul 2019 08:37:40 +0000
(10:37 +0200)
committer
Jakob Wenzel
<wenzel@rs.tu-darmstadt.de>
Mon, 22 Jul 2019 08:37:40 +0000
(10:37 +0200)
frontends/ast/ast.cc
patch
|
blob
|
history
diff --git
a/frontends/ast/ast.cc
b/frontends/ast/ast.cc
index 3d066af53c2d32efbccb513c3151d3695ace8635..943466ee3d134ad59e940ab510ea6448dcf101da 100644
(file)
--- a/
frontends/ast/ast.cc
+++ b/
frontends/ast/ast.cc
@@
-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;