This directory contains 5 OCP TL1 inband point-to-point examples:

gmake -f Make_tl1_async.gcc
Asynchronous Master <---> asynchronous Slave

gmake -f Make_tl1_async_hs.gcc
Asynchronous Master <---> asynchronous Slave, data handshake

gmake -f Make_tl1_sync.gcc
Synchronous Master <---> synchronous Slave

gmake -f Make_tl1_sync1.gcc
synchronous Master <---> synchronous Slave,
Slave avoids using pre-emptive release method

gmake -f Make_tl1_sync2.gcc
synchronous Master <---> synchronous Slave,
Example for the usage of the OCP parameter CmdAccept = false,
which means that the SCmdAccept signal is always high
