- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I need to know the rough post-synthesis area occupation of my project. However, one module, which is instantiated in many places is still under development. I need to make this as blackbox(used synthesis translate_off and translate_on), but the outputs and inputs to and from this module should not be optimized in the modules this black box module is being instantiated. Currently almost all the logic is getting optimized. Help is much appreciated. regards, SumanthLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using synthesis translate_on/off just removes the code from the design, hence why optimisations are occuring. You need to use the syn_black_box attribute applied to that entity. It will not tell you the resource usage for the black box, but it should keep the io without removing them

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