aboutsummaryrefslogtreecommitdiffstats
path: root/translate/trans_decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-11 05:39:42 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-11 05:39:42 +0200
commit76790ce35751b7db120cbde496782c161d376c60 (patch)
tree368d1bd7202fd68fce7ef0394ac6a60696edb7ce /translate/trans_decls.ads
parentbc29eec25beb8e337bc7ad8ac38734d9491fbe94 (diff)
downloadghdl-76790ce35751b7db120cbde496782c161d376c60.tar.gz
ghdl-76790ce35751b7db120cbde496782c161d376c60.tar.bz2
ghdl-76790ce35751b7db120cbde496782c161d376c60.zip
vhdl2008: add translation and support for most of implicit operators.
Diffstat (limited to 'translate/trans_decls.ads')
-rw-r--r--translate/trans_decls.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/translate/trans_decls.ads b/translate/trans_decls.ads
index 5ee9989da..3ceb907c5 100644
--- a/translate/trans_decls.ads
+++ b/translate/trans_decls.ads
@@ -20,6 +20,7 @@ with Ortho_Nodes; use Ortho_Nodes;
package Trans_Decls is
-- Procedures called in case of assert failed.
Ghdl_Assert_Failed : O_Dnode;
+ Ghdl_Ieee_Assert_Failed : O_Dnode;
Ghdl_Psl_Assert_Failed : O_Dnode;
Ghdl_Psl_Cover : O_Dnode;
@@ -225,11 +226,23 @@ package Trans_Decls is
Ghdl_Std_Ulogic_Match_Ne : O_Dnode;
Ghdl_Std_Ulogic_Match_Lt : O_Dnode;
Ghdl_Std_Ulogic_Match_Le : O_Dnode;
+ Ghdl_Std_Ulogic_Array_Match_Eq : O_Dnode;
+ Ghdl_Std_Ulogic_Array_Match_Ne : O_Dnode;
-- For To_String (vhdl 2008).
Ghdl_To_String_I32 : O_Dnode;
Ghdl_To_String_F64 : O_Dnode;
Ghdl_To_String_F64_Digits : O_Dnode;
+ Ghdl_To_String_F64_Format : O_Dnode;
+ Ghdl_To_String_B1 : O_Dnode;
+ Ghdl_To_String_E8 : O_Dnode;
+ Ghdl_To_String_E32 : O_Dnode;
+ Ghdl_To_String_P32 : O_Dnode;
+ Ghdl_To_String_P64 : O_Dnode;
+ Ghdl_Time_To_String_Unit : O_Dnode;
+ Ghdl_Array_Char_To_String_B1 : O_Dnode;
+ Ghdl_Array_Char_To_String_E8 : O_Dnode;
+ Ghdl_Array_Char_To_String_E32 : O_Dnode;
Ghdl_BV_To_String : O_Dnode;
Ghdl_BV_To_Ostring : O_Dnode;
Ghdl_BV_To_Hstring : O_Dnode;