IAC BoundsLite Project
----------------------

This directory ( iac_proj/boundslt/ ) contains all the V code, source code,
HTML documentation, and installation information for the IAC project BoundsLite.

The directory should be placed into your existing project directory, which
should already contain the IAC Project File structure, i.e., the iac_proj/,
iac_lib/ and v/ directories.

The file INSTALL contains information on how to edit the existing IAC
files: a single line addition to the iac_proj/iac_proj.v file, to add the
new BoundsLite project, and a single line addition to an iac_lib/
file (in this instance misc.v) to add a link to the User
Macro from the new top-level IAC library page.


Files
-----

The following files can be found in the iac_proj/boundslt/ directory.

INSTALL        Contains installation instructions for editing the iac_proj.v
               and iac_lib/misc.v file. This file should not be edited as the
			   future installation script will use this file.

boundslt.v     Creates the IAC_PROJ.BoundsLite library.

bltmac.v       Creates the BoundsLiteMacs library containing the high-level 
               functional macro BoundsLiteFunc, user interface macro 
               BoundsLiteUI, the user macro BoundsLite and the parameter block
               BoundsLiteParams.

bltapp.v       Creates the BoundsLiteApps library containing the example
               application BoundsLiteEg.  
			   
boundslt.html  HTML documentation for the BoundsLite module.

README         This file.
