- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I wrote functions that draws shapes on a matrix.
it seems that in the original settings of the NIOS processor, it has problems working fast with this functions. I guess it is the floating point calcs (please correct me if I'm wrong). I'm trying to accelerate my NIOS processor in order to calculate on floating points faster. are there any settings\techniuqes which can accelerate the NIOS. I know that multiple DMAs can help, but I dont know how to set them and why would they help. it would be best if I can make it behave like a GPU. 10x a lot!!! AssafLink Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might be better off refactoring your code to use fixed point integer arithmetic rather than floating point.
Mark.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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