
These two examples demonstrate the OCP specific TL2 configurable channel.  See
the section 7 of the OCP API documentation for a precise description of these
examples.

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.

2) run gmake -f Makefile.original

3) This will create the programs "simple_example" and "complex_example" in the
   current directory.

4) run the programs as follows:
> ./simple_example
> ./complex_example ocpParams_complex masterParams slaveParams 10000 log

This runs a simulation with a reference master and a reference slave connected
by an OCP TL2 conneciton. For "complex_example", the parameters of the OCP are
in the file "ocpParams_complex." The parameters of the master and slave are in
"masterParams" and "slaveParams" respectively. The simulation will run for
10000 cycles and all debug information will be sent to the "log" file.

