📄 readme.txt
字号:
This readme.txt file is for the FRIO Vector Dot Product example (vecdotprod_111400.zip).
File list:
read_me.txt
adsp-blkfn-vdp.ldf A linker description file for the ADSP-FRIO core.
vecdotprod.asm Source code for the vector dot product algorithm.
data.asm Test data file created in Matlab.
datagen.m Matlab M file used for generating test data file "Data.asm".
macros.h Header file with useful macros to make programming easier.
The header file macros.h can be placed in the source code directory or in the
..\FRIO\Include directory as they will eventually be installed there.
The source code is commented enough to be self-explanatory. It also demonstrates is a
simple demonstration of the User and Supervisor modes of operation.
Datagen.m can be executed to created new test data. The result is written to a comment
at the end of the file created (Data.asm).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -