Hi,
Is it possible to use Altera IP Cores without a NIOS II processor? As far as I can understand from documentation all the IP cores connect to an Avalon bus provided by the NIOS II. Is it possible to implement an Avalon bus without the use of a NIOS II?链接已复制
7 回复数
Specifically which IP cores are you looking to use? Some of the cores really aren't useful without a processor attached to them. But to answer your question, yes you can use SOPC builder to create system based on Avalon without a NIOS processor.
The UART available in the SOPC Builder IP was specifically designed to be used in conjunction with SOPC builder and the NIOS processor. You can still use it without the NIOS processor.
You'll of course need to write your own avalon master. You can read the documentation to find out what the register map looks like. You can also look at the software drivers provided for the NIOS to see examples of how to properly interact with the UART. It may actually be easier and much less time consuming to just put down an economy core NIOS. Jake