
Copyright (c) 1993-1996 The University of Cincinnati.
All rights reserved.

UC MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, OR NON-INFRINGEMENT.  UC SHALL NOT BE LIABLE FOR ANY DAMAGES
SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
THIS SOFTWARE OR ITS DERIVATIVES.

By using or copying this Software, Licensee agrees to abide by the
intellectual property laws, and all other applicable laws of the U.S.,
and the terms of this license.

Authors: Philip A. Wilsey	phil.wilsey@uc.edu
         Dale E. Martin		dmartin@ece.uc.edu

------------------------------------------------------------------------

SCRAM is a VHDL frontend analyzer and code generator.  It stores the
parsed VHDL into the SAVANT intermediate form.  The code is currently
under active development and should be considered in an early alpha
status.  Some C++ code generation capabilities are present (using the
'-publish_cc' switch), but it is still some distance from useful.  The
command line arguments to SCRAM can be obtained by typing 'scram -h'
(after scram is properly installed).
