diff options
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index 807069d2e..aa151c4d8 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -4873,7 +4873,11 @@ package Vhdl.Nodes is -- Unary functions for numeric_std Iir_Predefined_Ieee_Numeric_Std_Neg_Uns, - Iir_Predefined_Ieee_Numeric_Std_Neg_Sgn + Iir_Predefined_Ieee_Numeric_Std_Neg_Sgn, + + -- Math_Real + Iir_Predefined_Ieee_Math_Real_Ceil, + Iir_Predefined_Ieee_Math_Real_Log2 ); -- Return TRUE iff FUNC is a short-cut predefined function. |