aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-memtype.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-07 12:41:40 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-09 06:40:10 +0100
commit8f4b226dd33e46421ed307dbac0cef1e4f6c8489 (patch)
tree5ab39fa0fb6a1c5a02facfa25d97cf115042a51f /src/synth/elab-memtype.ads
parent8c8d9a8bf91d22d4cb7c350a016e0cdcfdae2ef9 (diff)
downloadghdl-8f4b226dd33e46421ed307dbac0cef1e4f6c8489.tar.gz
ghdl-8f4b226dd33e46421ed307dbac0cef1e4f6c8489.tar.bz2
ghdl-8f4b226dd33e46421ed307dbac0cef1e4f6c8489.zip
synth: rework value attribute
Diffstat (limited to 'src/synth/elab-memtype.ads')
-rw-r--r--src/synth/elab-memtype.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/elab-memtype.ads b/src/synth/elab-memtype.ads
index 2fc088d5e..ee562779a 100644
--- a/src/synth/elab-memtype.ads
+++ b/src/synth/elab-memtype.ads
@@ -44,6 +44,8 @@ package Elab.Memtype is
procedure Write_U8 (Mem : Memory_Ptr; Val : Ghdl_U8);
function Read_U8 (Mem : Memory_Ptr) return Ghdl_U8;
+ function Read_Char (Mem : Memory_Ptr) return Character;
+
procedure Write_U32 (Mem : Memory_Ptr; Val : Ghdl_U32);
function Read_U32 (Mem : Memory_Ptr) return Ghdl_U32;