- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone ever have to use a floating point multiply accumulator? Im looking for tips on building one because neither altera nor opencores has FPMAC IP.
MattLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DSP Builder Advanced Blockset has a floating point accumulator, which you could use in conjunction with its FP multiply to create this. This would work if you want to do ax + by + cz + ... with just a single add and multiply on successive cycles.
On the other hand if you want to do a(b(c + x) + y) + z, then DSP Builder cannot calculate a result on successive cycles.
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