Hi all,
I have a very basic question. The architecture I am studying offers a memory-mapped co-processor Interface. Could somebody confirm that I understand this concept correctly: If I have a co-processor attached than some memory region on the bus system is reserved to communicate with the co-processor, ie to send and read data, execute commands etc.
Alternatively, there is the tightly coupled approach, I assume there is another mechanism used to communicate with the co-processor and the overhead of this is less because the co-processor is closer to the host, is that right?
Thank you very much for some insight into this trival problem ;).