Error:place:1136-this design contains a global buffer instance ... non-clock load pins off chip

Source: Internet
Author: User

An error appears when the ISE is routing the layout.

There are two possible reasons for the "Clock_dedicated_route" error:

1. There is a clock you do not put to the global clock or local clock pin, the layout can not be used as a clock to allocate resources.

2. Is you want to output a clock signal on Io, but you do not use the correct method, such as in Spartan6 you must use the ODDR register output, and not directly to the clock to a direct connection to the IO signal.

Here's how to fix it:

1. The simplest is to add a pin "PIXCLK_BUFG" directly. O "Clock_dedicated_route = FALSE;

2. Select a dedicated clock pin;

3. Select the ODDR register to output the clock signal on the IO pin.

In short, you use the signal or your method does not conform to the default clock resource usage rules. Once again despise Spartan 6 of the film, there are many bugs, and you need to constantly update the ISE version, a lot of problems may be the new Ise can be solved, and do not need you to contemplate.

Error:place:1136-this design contains a global buffer instance ... non-clock load pins off chip

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.