aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index 1afe6d0a4..416f2729d 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -104,7 +104,12 @@ package Synth.Values is
type Rec_El_Array_Acc is access Rec_El_Array;
type Type_Type (Kind : Type_Kind) is record
+ -- False if the type is not synthesisable: is or contains access/file.
+ Is_Synth : Boolean;
+
+ -- Number of bits for this type.
W : Width;
+
case Kind is
when Type_Bit
| Type_Logic =>