- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Place:1136 Error during mapping of System Generator Core
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2012 07:53 AM
Hello
I have a problem by porting my design to Spartan-6. I'm exporting System Generator design to EDK as a Pcore. The EDK version is 13.2
During mapping I'm getting following errors:
ERROR:Place:1136 - This design contains a global buffer instance,
<slave_core/slave_core/sysgen_dut/ce_16_sg_x21_BUF
<slave_core/slave_core/sysgen_dut/ce_16_sg_x21_BUF
following (first 30) non-clock load pins.
...
There are 3-4 similar errors with different nets:
ce_16_sg_x21_BUFG
ce_4_sg_x57_BUFG
ce_2_sg_x11_BUFG
etc.
I understood, that those nets are CE signals of different rates in my System Generator design.
EDK recommends to put constraints in UCF file, such as:
PIN "slave_core/slave_core/sysgen_dut/ce_16_sg_x21_BUF
But I don't like it, because after each System Generator compilation I get another names of those nets and need to modify the UCF file manually.
Is there any other solution to fix these errors?
Re: Place:1136 Error during mapping of System Generator Core
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2012 02:04 PM
Sysgen must be putting a BUFG on the clock enables in order to help with fanout. This should be allowed, but if you are having problems you will probably need to add some constraints as was suggested.
Or you could modify the clock wrapper to remove these BUFGs.
This is the <design>_cw file in your project.
Re: Place:1136 Error during mapping of System Generator Core
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-26-2012 02:43 AM
Sysgen must be putting a BUFG on the clock enables in order to help with fanout. This should be allowed,
And how I can instruct Sysgen not to do that?
Re: Place:1136 Error during mapping of System Generator Core
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-02-2012 04:50 AM
Hi all,
I still don't understand why the problem is coming. Sysgen knows how many BUFG my device has, and even from those only 6 of 16 are in use. What I'm doing wrong? Noone has such problem?











