
This is release 1.0 of the eTPU decimate function. The package contains the
binary image of the eTPU code for the CPU to use, the source code and the
interface files for the function APIs.

All size are in bytes. Version 1.0.7 of the ByteCraft eTPU compilier was used.

etpuc_decimate_fuynction.c version 1.0 was used.

 Nickname    |Version|Code Size|Entry Table| Total |
-------------+-------+---------+-----------+-------+
Decimate     |  1.0  |   xxx   |      yy   |   zzz |
Global_error |       |    56   |       0   |    56 |
-------------+-------+---------+-----------+-------+
                     TOTAL Code Memory used: t,ttt

Global_error is a subroutine used by some of the functions
to provide error information to the host CPU. 

To support the eTPU functions modified versions of the etpu.h (vesion 1.01)
and etpuc_common.h (version 1.0) from ByteCraft were used.

Files included in this package:
===============================
etpu_set1\readme.txt - This file.
etpu_set1\etpu_decimate_function.h - Image of eTPU code for host CPU (generate by eTPU compiler).
etpu_set1\makefile - A makefile used to build the code.
etpu_set1\etpuc_decimate.cod - Debug information for decimate function.

eTPU code
---------
etpu_set1\etpu_set1.c - Top level file for set1 functions.
etpu_set1\etpuc.h - Standard include file for eTPU code.
etpu_set1\etpuc_common.h - Standard include file for eTPU code.
etpu_set1\etpuc_decimate.c - C source for the eTPU Decimate function.


CPU interface files
-------------------
etpu_set1\cpu\etpu_decimate_auto.h - Decimate function interface information.


HISTORY
-------
1.0 Original release.

