aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_eval.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-30 04:13:42 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-30 04:13:42 +0200
commit196b09e4568e70bcfb435375e47b77df154fc29f (patch)
tree1272024aaf6d1635415872ad8846dce589af6f62 /src/synth/synth-vhdl_eval.ads
parentc8bd4ded49e392ad89e2ac5e5282386bb23e527d (diff)
downloadghdl-196b09e4568e70bcfb435375e47b77df154fc29f.tar.gz
ghdl-196b09e4568e70bcfb435375e47b77df154fc29f.tar.bz2
ghdl-196b09e4568e70bcfb435375e47b77df154fc29f.zip
synth-vhdl_eval: handle more operators
Diffstat (limited to 'src/synth/synth-vhdl_eval.ads')
-rw-r--r--src/synth/synth-vhdl_eval.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_eval.ads b/src/synth/synth-vhdl_eval.ads
index 3d6bc3b9f..2b689d89a 100644
--- a/src/synth/synth-vhdl_eval.ads
+++ b/src/synth/synth-vhdl_eval.ads
@@ -35,4 +35,7 @@ package Synth.Vhdl_Eval is
Param2 : Valtyp;
Res_Typ : Type_Acc;
Expr : Node) return Memtyp;
+
+ -- STYP is the string type.
+ function String_To_Memtyp (Str : String; Styp : Type_Acc) return Memtyp;
end Synth.Vhdl_Eval;