aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-12 18:12:04 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-12 18:12:55 +0100
commit7cf780c73be8429720195ddeaeb3682b106f4c38 (patch)
tree606288cd3781746e82e1640fb995896dac2a767e /src/synth/synth-expr.ads
parenta2664544dc58caaedf84cd235aa3ee17b164f1f3 (diff)
downloadghdl-7cf780c73be8429720195ddeaeb3682b106f4c38.tar.gz
ghdl-7cf780c73be8429720195ddeaeb3682b106f4c38.tar.bz2
ghdl-7cf780c73be8429720195ddeaeb3682b106f4c38.zip
synth-expr: compute signess for range array attributes. Fix #1645
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 0d1c92fa3..2d977c70c 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -100,7 +100,7 @@ package Synth.Expr is
Atype : Node;
Dim : Dim_Type) return Bound_Type;
- function Synth_Discrete_Range_Expression
+ function Build_Discrete_Range_Type
(L : Int64; R : Int64; Dir : Direction_Type) return Discrete_Range_Type;
function Synth_Discrete_Range_Expression
(Syn_Inst : Synth_Instance_Acc; Rng : Node) return Discrete_Range_Type;