-- -------------------------------------------------------------------- --Copyright©2006 by the Institute of Electrical and Electronics Engineers, Inc. -- Three Park Avenue -- New York, NY 10016-5997, USA -- All rights reserved. -- -- This document is an unapproved draft of a proposed IEEE Standard. As such, -- this document is subject to change. USE AT YOUR OWN RISK! Because this -- is an unapproved draft, this document must not be utilized for any -- conformance/compliance purposes. Permission is hereby granted for IEEE -- Standards Committee participants to reproduce this document for purposes -- of IEEE standardization activities only. Prior to submitting this document -- to another standards development organization for standardization -- activities, permission must first be obtained from the Manager, Standards -- Licensing and Contracts, IEEE Standards Activities Department. Other -- entities seeking permission to reproduce this document, in whole or in -- part, must obtain permission from the Manager, Standards Licensing and -- Contracts, IEEE Standard Activities Department. -- -- IEEE Standards Activities Department -- Standards Licensing and Contracts -- 445 Hoes Lane, P.O. Box 1331 -- Piscataway, NJ 08855-1331, USA -- -- Title : fixed_pkg < IEEE std # 1076 > -- -- Library : This package shall be compiled into a library -- symbolically named IEEE. -- -- Developers: IEEE DASC VHDL-200X-FT -- -- Purpose : Basic fixed point arithmetic functions -- -- Limitation: -- -- -------------------------------------------------------------------- -- Version : $Revision: 1.1 $ -- Date : $Date: 2006-06-08 10:49:35-04 $ -- -------------------------------------------------------------------- library IEEE; package fixed_pkg is new IEEE.fixed_generic_pkg generic map ( fixed_round_style => IEEE.math_utility_pkg.fixed_round, fixed_overflow_style => IEEE.math_utility_pkg.fixed_saturate, fixed_guard_bits => 3, no_warning => false );