aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-01 18:50:22 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-01 18:50:22 +0100
commit2b79f468513b6bc81d0d9b2f482ba8c74f7fac96 (patch)
treee75d102ae16563540f6f5fcb9642a008e95d9084 /src/synth/synth-expr.adb
parentadf0f9100859e0a07b554e0554c5271a36db5d4b (diff)
downloadghdl-2b79f468513b6bc81d0d9b2f482ba8c74f7fac96.tar.gz
ghdl-2b79f468513b6bc81d0d9b2f482ba8c74f7fac96.tar.bz2
ghdl-2b79f468513b6bc81d0d9b2f482ba8c74f7fac96.zip
synth: add support for inout variable interfaces.
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r--src/synth/synth-expr.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb
index e58cfce74..628f1d589 100644
--- a/src/synth/synth-expr.adb
+++ b/src/synth/synth-expr.adb
@@ -815,6 +815,7 @@ package body Synth.Expr is
return Synth_Name (Syn_Inst, Get_Named_Entity (Name));
when Iir_Kind_Interface_Signal_Declaration
| Iir_Kind_Variable_Declaration
+ | Iir_Kind_Interface_Variable_Declaration
| Iir_Kind_Signal_Declaration
| Iir_Kind_Anonymous_Signal_Declaration
| Iir_Kind_Interface_Constant_Declaration