This directory contains two TL2 examples implemented with
generic channel (although using OCP protocol).

To use these examples, 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 Make_ocp_tl2_top0.gcc
OCP TL2 Point-to-Point Connection (One Master One Slave)

gmake -f Make_ocp_tl2_top1.gcc
OCP TL2 Example with 3 Master 1 Bus and 4 Slaves

gmake -f Make_ocp_tl2_sideband.gcc
OCP TL2 Example with SideBand signals usage (One Master One Slave) 

3) Run the executables for each example