diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-30 07:43:19 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-30 07:43:19 +0100 |
commit | 5e41b6a696f8f1e180d08430a70440f9c9894ea4 (patch) | |
tree | 1d9f9bc327af8ab862c0842715bc98cd5f1667a0 /src | |
parent | 75d82a9f92a1845ae933d2599cddf92f938446af (diff) | |
download | ghdl-5e41b6a696f8f1e180d08430a70440f9c9894ea4.tar.gz ghdl-5e41b6a696f8f1e180d08430a70440f9c9894ea4.tar.bz2 ghdl-5e41b6a696f8f1e180d08430a70440f9c9894ea4.zip |
synth-stmts: unapply configuration. Fix #1047
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/synth-stmts.adb | 2 |
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; |