aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-30 07:43:19 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-30 07:43:19 +0100
commit5e41b6a696f8f1e180d08430a70440f9c9894ea4 (patch)
tree1d9f9bc327af8ab862c0842715bc98cd5f1667a0 /src/synth
parent75d82a9f92a1845ae933d2599cddf92f938446af (diff)
downloadghdl-5e41b6a696f8f1e180d08430a70440f9c9894ea4.tar.gz
ghdl-5e41b6a696f8f1e180d08430a70440f9c9894ea4.tar.bz2
ghdl-5e41b6a696f8f1e180d08430a70440f9c9894ea4.zip
synth-stmts: unapply configuration. Fix #1047
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-stmts.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb
index 02732f58a..e73bc59f0 100644
--- a/src/synth/synth-stmts.adb
+++ b/src/synth/synth-stmts.adb
@@ -2909,6 +2909,8 @@ package body Synth.Stmts is
Synth_Component_Instantiation_Statement (Syn_Inst, Stmt);
end if;
end;
+ -- Un-apply configuration.
+ Set_Component_Configuration (Stmt, Null_Node);
else
Synth_Design_Instantiation_Statement (Syn_Inst, Stmt);
end if;