aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-01 12:02:16 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-01 12:02:16 -0700
commited303b07b770c6aa4bc69f04bc517ce4701988ed (patch)
tree47eba7043cf616be11d30f8302a7036e89392965 /frontends/ast/ast.cc
parent7e86c8bcfb10f6a819273ad8bd10fa461987f2f1 (diff)
parente8a2d10982cd8f6ba3b0e66fbd922b051073f0cf (diff)
downloadyosys-ed303b07b770c6aa4bc69f04bc517ce4701988ed.tar.gz
yosys-ed303b07b770c6aa4bc69f04bc517ce4701988ed.tar.bz2
yosys-ed303b07b770c6aa4bc69f04bc517ce4701988ed.zip
Merge remote-tracking branch 'origin/master' into xc7dsp
Diffstat (limited to 'frontends/ast/ast.cc')
-rw-r--r--frontends/ast/ast.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc
index 3d066af53..943466ee3 100644
--- 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;