-- -------------------------------------------------------------------- -- -- Title : TEXTIO package for std_logic_1164 multi-value logic system -- Library : This package shall be compiled into a library -- : symbolically named IEEE. -- : -- Developers: IEEE model standards group (par 1164) -- Purpose : This packages is provided as a replacement for non-standard -- : implementations of the package provided by implementers of -- : previous versions of this standard. The declarations that -- : appeared in those non-standard implementations appear in the -- : package STD_LOGIC_1164 in this standard. -- : -- Note : No declarations or definitions shall be included in, -- : or excluded from this package. -- : -- -------------------------------------------------------------------- -- modification history : -- -------------------------------------------------------------------- -- Version: $Revision: 1.1 $ -- Date: $Date: 2006-06-08 10:43:58-04 $ -- -------------------------------------------------------------------- PACKAGE std_logic_textio IS -- This package is empty - see notes above. END PACKAGE std_logic_textio;