aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-13 18:15:39 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-13 18:15:39 +0200
commit347b9930c5a65d8cf96a6f7f5d92c37bfee7c21a (patch)
tree147aa92eaa0867eae11891cec458b6bdf4f3e264 /src/synth/synth-static_oper.ads
parent547d31b8d955325cbad13e47211d4e4049bf03d0 (diff)
downloadghdl-347b9930c5a65d8cf96a6f7f5d92c37bfee7c21a.tar.gz
ghdl-347b9930c5a65d8cf96a6f7f5d92c37bfee7c21a.tar.bz2
ghdl-347b9930c5a65d8cf96a6f7f5d92c37bfee7c21a.zip
synth: move memtyp handling to synth.objtypes.
Diffstat (limited to 'src/synth/synth-static_oper.ads')
-rw-r--r--src/synth/synth-static_oper.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-static_oper.ads b/src/synth/synth-static_oper.ads
index d1c9458e0..fc7ec6db7 100644
--- a/src/synth/synth-static_oper.ads
+++ b/src/synth/synth-static_oper.ads
@@ -28,11 +28,11 @@ package Synth.Static_Oper is
Imp : Node;
Left : Memtyp;
Right : Memtyp;
- Expr : Node) return Valtyp;
+ Expr : Node) return Memtyp;
function Synth_Static_Monadic_Predefined (Syn_Inst : Synth_Instance_Acc;
Imp : Node;
Operand : Memtyp;
- Expr : Node) return Valtyp;
+ Expr : Node) return Memtyp;
function Synth_Static_Predefined_Function_Call
(Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Valtyp;