aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-13 19:47:50 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-13 19:47:50 +0100
commit320a18c681edd29d8f58bd7f3109ae6ee1faffca (patch)
tree63a9957904cc22fb965d7555e3a6f8fed8c52b1b /src/synth/synth-expr.ads
parent444fb962c6612f9c68d5211ab0fabb1d2aac854e (diff)
downloadghdl-320a18c681edd29d8f58bd7f3109ae6ee1faffca.tar.gz
ghdl-320a18c681edd29d8f58bd7f3109ae6ee1faffca.tar.bz2
ghdl-320a18c681edd29d8f58bd7f3109ae6ee1faffca.zip
synth: renames Is_Const to Is_Static.
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 0fc4eb697..50f85cbbc 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -36,7 +36,7 @@ package Synth.Expr is
Loc : Source.Syn_Src)
return Value_Acc;
- function Get_Const_Discrete (V : Value_Acc) return Int64;
+ function Get_Static_Discrete (V : Value_Acc) return Int64;
-- Return the bounds of a one dimensional array/vector type and the
-- width of the element.