SysAD Interface: Difference between revisions

Removed the types of transfers
(First upload for the CPU interface)
 
(Removed the types of transfers)
Line 14:
 
 
Now that we have a knowledge of the signals, we can now talk about how this works in practice.
 
We have the following types of transfers:
 
* Instruction non-cached reads (32bits)
* Instruction cached reads (256bits)
* Data word non-cached reads (32bit)
* Data word non-cached writes (8bit/16bit/24bit/32bit)
* Data doubleword non-cached reads (64bit)
* Data read Cached sequential (128bits)
* Data read Cached interlaced (128bits)
* Data write Cached (128bits) – also used for a dirty cache write
 
= SYSCMD Cheat sheet =