Forum Discussion
Altera_Forum
Honored Contributor
14 years agoconnection between processors through custom instructions: nothing works
hello everybody, i'm trying to connect two processors trough custom instructions (ci). Each processor has a ci which could respectively send and receive data to and from the other ci. Befo...
Altera_Forum
Honored Contributor
14 years agoI presume you are using 'multi cycle' custom instructions (possibly with a fixed cycle count of 1), rather than 'combinatorial' ones. Otherwise you don't have an 'enable' signal and clock.
To transfer data you need some latch (or fifo) to hold the data written by one cpu before being read (at a later time) by the other. For real transfer you'll need some extra control signals for flow control (etc). Not sure which part isn't working ...