aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-10 07:28:13 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-10 07:49:06 +0200
commit59e6f2a0a21724cbb71d55ff08ac1ecbf10695b9 (patch)
treea4fdcd44a59d0c3ff062856b1e156e4cfdfcfcef /src/synth/synth-values.ads
parent2bea592952b8a9f9860bb646ddf72d26eac4ad29 (diff)
downloadghdl-59e6f2a0a21724cbb71d55ff08ac1ecbf10695b9.tar.gz
ghdl-59e6f2a0a21724cbb71d55ff08ac1ecbf10695b9.tar.bz2
ghdl-59e6f2a0a21724cbb71d55ff08ac1ecbf10695b9.zip
synth: use more memtyp in synth-static_oper.
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 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;