See the OCP_TL_Channel documentation to get a detailed description of this example.

To use this example, you will need to do the following:

1) Edit the SYSTEMC variable in the Makefile included in this directory 
   to point to the directory where systemc is installed in your environment.
   Edit also the TARGET_ARCH variable to match your environment.

2) run gmake.

3) This will create the program "ocp_tl1" in the current directory.

4) run the program as follows:
> ./ocp_tl1 ocpParams moduleParams 10000 log

This runs a simulation with a reference master and a reference slave
connected by an OCP TL1 conneciton. The parameters of the OCP are in the
file "ocpParams." The parameters of the master and slave are in
"moduleParams". The simulation will
run for 10000 cycles and all debug information will be sent to the 
"log" file.

