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

1. Edit SYSTEMC and TARGET_ARCH to match your environment
   in the makefiles.

2. Compile

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_sync2.gcc
synchronous Master <---> synchronous Slave,
Uses SreleasePE() - pre-emptive release method.

3. Run examples

run*

