Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
For help on the time consumptio n of ISE
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2009 08:48 AM
Dear everyone,
I am doing an Image Algorithm on V5 SX50t FPGA. As the algorithm requires, I have to use a large number of memory and adders, such as ' reg [7:0] mem[79:0][239:0]; reg [17:0] mem1[79:0] [59:0]'.
When I am doing Synthesis and Implement, it takes years. Any advice on improve the XST speed is highly appreciated.
BTW: I have noticed that the XST only use 50% of the Core 2 CPU.
Many thanks!
0
Re: For help on the time consumptio n of ISE
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2009 05:03 PM
You usually run into that kind of thing when the router is trying to route a lot of distributed RAM; it is just a terrifyingly complex problem to route 3495872834579283457982346582734568347 nets all over the chip and still get decent timing out of it (and often impossible!). Make sure that your design correctly infers a Block RAM primitive as necessary.
0
Re: For help on the time consumptio n of ISE
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2009 01:18 AM











