- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I wrote my own SOPC component. Is it possible to determine how much resources my component needs? How much Logic Cells and Memory Bits... Thanks for your assistance! Best regards, ToniBLink Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
take a look at the synthesis/fit reports, you should be able to find the resource usage by entity or similar
alternatively you can set your HDL at the top level of a QII project and look at the synthesis/fit reports directly- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I typically compile the component as the top level and assign the ports to virtual I/O. This will prevent the fitter from taking my registers and cramming them into the I/O of the device. This will give you a worst case resource utilization number since when your component is in a real system the synthesis engine can perform various packing optimizations with other surrounding logic.

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