Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by leszekd@Apr 5 2006, 04:23 AM i made in sopc "interface to external processors" (altera's an397) as master and some peripherals like memory, pio as slaves without cpu. it works fine.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14051)
--- quote end ---
--- Quote End --- Thank you leszekd! I added an 8bit CPU as a master to the SOPC Builder. It works fine, too. The SOPC Builder does include a custom master device interface. As the CPU has no wait state for memory access, I connected the wait signal to the CLK pin of the CPU. This is a trick not recommended.