- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am looking for an example program that I can use with DE2 board ...I am very new to this tool so it will be nice if someone can provide me with some suitable example project or tutorial from altera
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would look at the tutorials, they should port fairly easily to other boards. For example describing a DMA transfer as an array copy inside of a for loop would be a good start. Something like this:
for (i = 0; i < TRANSFER_LENGTH_IN_WORDS; i ++) { dest_array = source_array; }
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page