KNOWN ISSUES IN THIS RELEASE

- Due to differences in the APIs of OSCI SystemC 2.0.1, 2.1v1 and 2.2, use the defines OSCI201 or OSCI21V1 when using OSCI SystemC 2.0.1 or 2.1v1 to inform the ocp channel, which API to use. When using SystemC 2.2 or any other IEEE 1666 compliant implementation no define is needed. Have a look at the make files in the provided examples to see how to use the defines.

- If SCV and OCP Monitor are installed, edit example Makefiles 
for variables SCV, TRACE_MONITOR, PERF_MONITOR

- sc_trace feature in the ocp_globals.h is limited in functionality.
It does not generally support large or non-integer data types
for OCP fields. OCP monitors (provided separately for TL1 and
included here for TL2) can be used instead of sc_trace.

- Examples are not tested very carefully, and should not be
trusted to be correct code. They are meant to show certain
OCP transaction sequences, and may not be good for any other
purpose.

