std_logic_1164_additions.vhdl -- Additions to the package "ieee.std_logic_1164". This package now includes what used to be in "std_logic_textio", so it must be commented out. Otherwise it will conflict with the new functions (which are much more forgiving).

Usage model:
use ieee.std_logic_1164.all;
-- use ieee.std_logic_textio.all; -- Comment out, included in "_additions".
use ieee_proposed.std_logic_1164_additions.all;

Dependencies: ieee.std_logic_1164;

Note: The contents of the "std_logic_textio" package have now been included in the "std_logic_1164" package, and an EMPTY "std_logic_textio" package is provided in the new release.

Please send feedback to David W. Bishop dbishop@vhdl.org.