aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-10 19:10:52 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-10 19:10:52 +0100
commitc564b2223b77aa2417c40da1c69e1b9e0ee3c0f0 (patch)
treeed903dfc660c2708cacdee0527168d881e93b22c /src/synth/synth-values.ads
parent826a7d77c03ab03a4b173519346daf820ed5a3e5 (diff)
downloadghdl-c564b2223b77aa2417c40da1c69e1b9e0ee3c0f0.tar.gz
ghdl-c564b2223b77aa2417c40da1c69e1b9e0ee3c0f0.tar.bz2
ghdl-c564b2223b77aa2417c40da1c69e1b9e0ee3c0f0.zip
synth: consider ports size to create unique instances.
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index a1e75d1bd..93f298720 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -285,6 +285,7 @@ package Synth.Values is
function Is_Static_Val (Val : Value_Acc) return Boolean;
function Is_Equal (L, R : Value_Acc) return Boolean;
+ function Are_Types_Equal (L, R : Type_Acc) return Boolean;
-- Create a Value_Net.
function Create_Value_Net (N : Net; Ntype : Type_Acc) return Value_Acc;