Structure of this directory
---------------------------

Located in this directory, are all classes developed for TyVIS to
support the implementation of SUAVE class wide signals, which is still
to be completed. The C++ files in this directory can be compiled with
the current version of TyVIS. To compile these files, a minor change
to the TyVIS Makefile must be made - add all of the C++ files in this
current directory to the VHDLSRCS assignment. The code which is
conditionally defined is experimental but will (in most cases) need to
be included in a proper implementation of class wide signals. However,
at the moment this code prevents TyVIS from compiling.

In the doc directory, there is documentation of the classes developed
for SUAVE class wide signal implementation. In the hierarchy
directory, there are classes which cannot currently be compiled with
TyVIS but have been developed to support class wide signals.

