73 lines
2.6 KiB
Plaintext
73 lines
2.6 KiB
Plaintext
# $Id: README,v 1.1 2008-08-23 08:20:28 Jens Exp $
|
|
# $Log: not supported by cvs2svn $
|
|
# Revision 1.3 1999/04/21 08:08:35 jand
|
|
# Tested with IEEE.numeric_std
|
|
# Small patch for Leapfrog
|
|
#
|
|
#
|
|
|
|
PCK_FIO, Version 1.16
|
|
Copyright (C) 1995, 1999 Easics NV
|
|
|
|
---- PCK_FIO: a VHDL package for C-style formatted file output
|
|
---- Copyright (C) 1995, 1999 Easics NV
|
|
----
|
|
---- This program is free software; you can redistribute it and/or modify
|
|
---- it under the terms of the GNU General Public License as published by
|
|
---- the Free Software Foundation; either version 1, or (at your option)
|
|
---- any later version.
|
|
----
|
|
---- This program is distributed in the hope that it will be useful,
|
|
---- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
---- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
---- GNU General Public License for more details.
|
|
----
|
|
---- You should have received a copy of the GNU General Public License
|
|
---- along with this program; if not, write to the Free Software
|
|
---- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
----
|
|
---- For suggestions, bug reports, enhancement requests, and info about
|
|
---- our design services, you can contact us at the following address:
|
|
---- Easics NV, Interleuvenlaan 86, B-3001 Leuven, Belgium
|
|
---- tel.: +32 16 395 600 fax : +32 16 395 619
|
|
---- e-mail: jand@easics.be (Jan Decaluwe)
|
|
----
|
|
|
|
Contents
|
|
--------
|
|
|
|
This distribution contains the following files:
|
|
|
|
PCK_FIO.vhd: VHDL source of the PCK_FIO package
|
|
TB_PCK_FIO.vhd: VHDL source of the testbench for package PCK_FIO
|
|
PCK_FIO.out.gold: Certified test bench output
|
|
PCK_FIO.html: Manual for PCK_FIO in html format
|
|
README: This file
|
|
|
|
|
|
Installation
|
|
------------
|
|
|
|
To install PCK_FIO, define a VHDL library called EASICS_PACKAGES, and
|
|
analyze the VHDL file PCK_FIO.vhd into this library.
|
|
|
|
To install the test bench, analyze TB_PCK_FIO.vhd into the same library.
|
|
|
|
If you want to use IEEE.numeric_std instead of IEEE.std_logic_arith, you need
|
|
to edit the source code of the package and the test bench and replace the
|
|
package use clause. PCK_FIO works with either of these packages.
|
|
|
|
To install the documentation, point your web browser to the file PCK_FIO.html
|
|
and bookmark it.
|
|
|
|
|
|
Installation check
|
|
------------------
|
|
|
|
After installing the test bench, you should run it. The corresponding VHDL
|
|
design unit is EASICS_PACKAGES.TBE_PCK_FIO(TB).
|
|
|
|
Simulating the test bench should create a file called PCK_FIO.out. This file
|
|
should be identical to PCK_FIO.out.gold. Any difference indicates a portability
|
|
issue or a simulator non-compliance or bug.
|