aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-12 05:11:25 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-12 05:11:25 +0200
commit8f1870143c4020196c7610e590079ee8b9b2f7d3 (patch)
tree96e11dde462c862794adaacba24c7da702cb99b7 /src/synth/synth-values.ads
parent02a659969acd638adc14c5af7d62bd25097646f5 (diff)
downloadghdl-8f1870143c4020196c7610e590079ee8b9b2f7d3.tar.gz
ghdl-8f1870143c4020196c7610e590079ee8b9b2f7d3.tar.bz2
ghdl-8f1870143c4020196c7610e590079ee8b9b2f7d3.zip
synth: extract synth-oper from synth-expr
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index e8f20d9f8..d3af338ab 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -240,6 +240,9 @@ package Synth.Values is
function Is_Bounded_Type (Typ : Type_Acc) return Boolean;
+ function Is_Const (Val : Value_Acc) return Boolean;
+ function Is_Float (Val : Value_Acc) return Boolean;
+
function Is_Equal (L, R : Value_Acc) return Boolean;
-- Create a Value_Net.