- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I've used Xilinx CFGLUT5 primitive quite a lot. It allows runtime LUT reconfiguration. The documentation of cfglut5 is here (http://www.xilinx.com/itp/xilinx10/books/docs/virtex5_hdl/virtex5_hdl.pdf) on page 74. This is a feature that saves lots of logic in certain kinds of circuits. For example pattern mask & matchers. I couldn't find anything equivalent to that in Altera devices. Does anybody know if any kind of LUT reconfiguration is supported by Altera ? Thanks, EvgeniLink Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Interesting. Never seen that before, but looks like a serial input into their CLBRAM function.
I don't believe Altera FPGA's have such a thing. Could you use a LUTRAM to do something similar? I assume your block is bigger than 1 LUT, and hence a RAM should work similarly, you just have to control the addressing logic. (Do you currently do the CFGLUT from a processor?) It's not identical, but might work.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I guess it's possible to use LUTRAM for that purpose.
I currently have custom logic that drives 1-bit low-speed signal thru the very long chain of the CFGLUT5. That custom logic is memory-mapped.
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