KNOWN ISSUES IN THIS RELEASE

- The channel will not compile with gcc 4.x. 

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

- The TL1 access interface (documented in the OCP monitor package)
does not work correctly if more than one monitor is connected
to the channel at the same time. For example, a trace monitor
and an assertion checker cannot be used simultaneously.

- 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.

