MTF (Memory to FIFO) transfers words from memory to the cache FIFO.
Used to load the program. It uses the following internal registers
in order to get necessary information for the transfer operation:
- APMA - automatic program memory address for reading.
- FWA - FIFO write address for writing.
- ILEN - instruction length set by LLL instruction. (Usually
shaker patches this value by determining the length until
the next MTF in the code).
Takes 19 cycles to execute.
Example: MTF
DISP MCC AGU ASEL
---------------------
00420000 - E -
00000000 - - LLL
00000000 M2F - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
00000000 - - -
NOT YET
Not available at the moment.