_____________________________________________________________________________________________________ Readme.txt Example ADSP-21161 Vector Dot Product Program Analog Devices, Inc. DSP Division P.O. Box 9106 Norwood, MA 02062 17-NOV-97 This directory contains an example subroutine that implements a Vector Dot Product given two vectors. Files contained in this directory: vectprod.asm ADSP-21161 source for the vector product. vectprod_test.asm ADSP-21161 source file which calls the vector product function. vectprod.ldf Linker description file (system description) for vectprod example vectprod.dpj The VDSP project file for the vectprod example. The vectprod project is configured to produce a DXE file named vectprod.dxe and an EPROM loader file named vectprod.ldr. input1.dat Input data for vectprod example. input2.dat Input data for vectprod example. output_exp.dat The expected output data for vectprod example. This application does not need any specific hardware settings and can be tested on any target board. _____________________________________________________________________________________________________