[vhdl-200x-ft] Release 7 of packages

From: David Bishop <dbishop@server.vhdl.org>
Date: Fri Nov 19 2004 - 14:02:02 PST

I just posted release 7 of the packages:
http://www.eda-twiki.org/vhdl-200x/vhdl-200x-ft/packages/files.html
or
http://www.eda-twiki.org/vhdl-200x/vhdl-200x-ft/packages/vhdl-200x-ft-pkgs_7.tar.Z

Changes in this release:
std.standard:
   sim_resolution and NL are now impure functions
std.textio:
   There are now two to_string(real) functions and a new to_string(time):
   function to_string (
     VALUE : in REAL;
     JUSTIFIED : in SIDE := right;
     FIELD : in WIDTH := 0;
     DIGITS : in NATURAL := 0
     ) return STRING ;
   -- Format is similar to the C printf format " " means real'image
   function to_string (
     VALUE : in REAL;
     format : in STRING
     ) return STRING ;
   function to_string (
     VALUE : in TIME;
     JUSTIFIED : in SIDE := right;
     FIELD : in WIDTH := 0;
     UNIT : in TIME := ns
     ) return STRING ;
ieee.numeric_std
ieee.numeric_bit
   hread and oread fixed for signed numbers.
ieee.fixed_pkg
   Fixed some synthesis issues

-- 
David W. Bishop dbishop@vhdl.org       All standard disclaimers apply.
Received on Fri Nov 19 14:02:05 2004

This archive was generated by hypermail 2.1.8 : Fri Nov 19 2004 - 14:02:22 PST