readme.txt

来自「向量点乘源代码」· 文本 代码 · 共 21 行

TXT
21
字号
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 + =
减小字号Ctrl + -
显示快捷键?