- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
Is there a list available where they explain all the possible macro functions somewhere? I've looked through every possible datasheet and I can't find them. An example of such a macro function is IOWR_ALTERA_AVALON_PIO_DATA (although I know how that one works :P). Esp. interested in DDR2 and Flash usage. After which I need to implemented a Serial RapidIO MegaCore (IP core). The only explaining of functions I can find is in the Nios II Software Developer’s Handbook, where they explain for example how usleep works. Thanks in advance.コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Most of the standard SOPC components are described in this document (http://www.altera.com/literature/ug/ug_embedded_ip.pdf). Each component have a "Software Programming Model" that describes how to use them. If the macro names aren't specified in the document, they say what header file to look for.
There aren't any macros to access a DDR2, it's just RAM. For the flash you have specific driver functions, that depend on the kind of flash that you have.