aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-14 07:56:43 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-14 07:56:43 +0100
commitea76787585564f7ebb113d3989f87d34d0a4e7f7 (patch)
tree9ed67775d9e73e975200f4ce1c65c0f83feb3d52 /src/vhdl/vhdl-nodes.ads
parent559c6166f3c639330502f714babddb0bd6d986b4 (diff)
downloadghdl-ea76787585564f7ebb113d3989f87d34d0a4e7f7.tar.gz
ghdl-ea76787585564f7ebb113d3989f87d34d0a4e7f7.tar.bz2
ghdl-ea76787585564f7ebb113d3989f87d34d0a4e7f7.zip
synth: preliminary work to support intrinsic procedures.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 57b0675ff..10ad3d853 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4892,6 +4892,11 @@ package Vhdl.Nodes is
-- A not predefined and not known function. User function.
Iir_Predefined_None,
+ -- Intrinsic foreign subprograms.
+ Iir_Predefined_Foreign_Untruncated_Text_Read,
+ Iir_Predefined_Foreign_Textio_Read_Real,
+ Iir_Predefined_Foreign_Textio_Write_Real,
+
-- Defined in package ieee.std_logic_1164
-- Std_Ulogic operations.