OCP 2.0 Layer Adapters package (version 2.3, January 2006)
---------------------------------------------

Herve Alexanian, Sonics, inc: herve@sonicsinc.com

based on prior work by: 
By Yann Bajot, Prosilog , bajot@prosilog.com,
Stephane Guntz, Prosilog, guntz@prosilog.com

This package contains the following layer adapters :
	* TL2-TL1 Master and Slave adapters
	* TL1-TL0 Master and Slave adapters for OCP1.0 and OCP2.0 port sets

The adapters are based on the OCP2.0 specification and internally use
the OCP-specific TL2/TL1 APIs of the SystemC OCP Channel package version 2.1.1,
and thus need the SystemC OCP Channel package to operate. 
The adapters are compatible with the OSCI 2.0.1  SystemC specification.

DOCUMENTATION
-------------------------

The complete documentation for the layer adapters be found in the pdf file
located in the 'doc' directory. Additionally, the examples directory gives
distinct examples of the tl0/tl1 adapter and tl1/tl2 adapter usage.

INSTALLATION
-------------------
* Untar the 'tar.gz' archive
* No additional installation step is required

BUILDING THE EXAMPLES
------------------------------------------------------
* Refer to the README files under examples/tl0_tl1 and examples/tl1_tl2 to
appropriately edit the Makefile in each of these directories. Then invoke make
to produce executable examples. 

