From 4c3181e8d52b654b9ca1112b272f53803c7f5dc1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 21 Dec 2014 21:34:48 +0100 Subject: Backport from ghdl 0.32: update libraries and ghdlfilter. From Brian Davis. --- libraries/ieee/numeric_std-body.vhdl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libraries/ieee/numeric_std-body.vhdl') diff --git a/libraries/ieee/numeric_std-body.vhdl b/libraries/ieee/numeric_std-body.vhdl index a5d609d..ff34e18 100644 --- a/libraries/ieee/numeric_std-body.vhdl +++ b/libraries/ieee/numeric_std-body.vhdl @@ -1963,7 +1963,7 @@ package body NUMERIC_STD is end ROTATE_RIGHT; --============================================================================ ---START-V93 +--START-!V87 ------------------------------------------------------------------------------ -- Note : Function S.9 is not compatible with VHDL 1076-1987. Comment @@ -2077,7 +2077,7 @@ package body NUMERIC_STD is end if; end "ror"; ---END-V93 +--END-!V87 --============================================================================ -- Id: D.1 @@ -2271,7 +2271,7 @@ package body NUMERIC_STD is return RESULT; end "xor"; ---START-V93 +--START-!V87 ------------------------------------------------------------------------------ -- Note : Function L.7 is not compatible with VHDL 1076-1987. Comment -- out the function (declaration and body) for VHDL 1076-1987 compatibility. @@ -2283,7 +2283,7 @@ package body NUMERIC_STD is RESULT := UNSIGNED(STD_LOGIC_VECTOR(L) xnor STD_LOGIC_VECTOR(R)); return RESULT; end "xnor"; ---END-V93 +--END-!V87 -- Id: L.8 function "not" (L: SIGNED) return SIGNED is @@ -2333,7 +2333,7 @@ package body NUMERIC_STD is return RESULT; end "xor"; ---START-V93 +--START-!V87 ------------------------------------------------------------------------------ -- Note : Function L.14 is not compatible with VHDL 1076-1987. Comment -- out the function (declaration and body) for VHDL 1076-1987 compatibility. @@ -2345,7 +2345,7 @@ package body NUMERIC_STD is RESULT := SIGNED(STD_LOGIC_VECTOR(L) xnor STD_LOGIC_VECTOR(R)); return RESULT; end "xnor"; ---END-V93 +--END-!V87 --============================================================================ -- cgit