aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-13 05:48:32 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-13 05:48:32 +0200
commit66bc221d126f273f8677fb1f61484b7c825a07f5 (patch)
tree8af51c646f1edb90134a98809da9757b37c00d58 /src/synth/synth-expr.ads
parent30a88b328c7d4193883797f0841091b4cdb0c07b (diff)
downloadghdl-66bc221d126f273f8677fb1f61484b7c825a07f5.tar.gz
ghdl-66bc221d126f273f8677fb1f61484b7c825a07f5.tar.bz2
ghdl-66bc221d126f273f8677fb1f61484b7c825a07f5.zip
synth-expr: use Node instead of Iir (renaming).
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 496436349..67ab253ff 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -35,9 +35,9 @@ package Synth.Expr is
function Bit_Extract (Val : Value_Acc; Off : Uns32) return Value_Acc;
function Synth_Expression_With_Type
- (Syn_Inst : Synth_Instance_Acc; Expr : Iir; Expr_Type : Iir)
+ (Syn_Inst : Synth_Instance_Acc; Expr : Node; Expr_Type : Node)
return Value_Acc;
- function Synth_Expression (Syn_Inst : Synth_Instance_Acc; Expr : Iir)
+ function Synth_Expression (Syn_Inst : Synth_Instance_Acc; Expr : Node)
return Value_Acc;
end Synth.Expr;