Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow to build a two processor system?
Recently, I am building a two processor system. I have met several problems,hoping someone would help me. SopcBuilder: How many Jtag-Uarts are needed, if I use two cpus? ( I have used two j...
Altera_Forum
Honored Contributor
17 years ago<div class='quotetop'>QUOTE (babysnow @ Jul 28 2009, 03:54 PM) <{post_snapback}> (index.php?act=findpost&pid=23305)</div>
--- Quote Start --- If I put the program all in sdram storage space , sdram can be accessed only by one peripherial at a time.[/b] --- Quote End --- That is a bad idea, as - you said it - the RAM accesses need to be queued and thus the CPUs are slowed down. You should use tightly couples memory for all your coprocessor CPUs as well for program as for data. -Michael