diff options
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r-- | src/synth/synth-values.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads index 097f9fd22..8da1d74cd 100644 --- a/src/synth/synth-values.ads +++ b/src/synth/synth-values.ads @@ -120,6 +120,7 @@ package Synth.Values is function Create_Value_Wire (W : Wire_Id; Wtype : Type_Acc) return Valtyp; function Create_Value_Memory (Vtype : Type_Acc) return Valtyp; + function Create_Value_Memory (Mt : Memtyp) return Valtyp; function Create_Value_Uns (Val : Uns64; Vtype : Type_Acc) return Valtyp; function Create_Value_Int (Val : Int64; Vtype : Type_Acc) return Valtyp; |