求助各位大神!!工程中所有模块使用rs_n复位信号,复位通过外部按键控制,通过了综合和翻译,但是在映射时报错,好像是把我的复位信号rs_n当做时钟信号了,错误如下:
ERRORlace:1398 - A clock IOB / BUFGCTRL clock component pair have been found
that are not placed at an optimal clock IOB / BUFGCTRL site pair. The clock
IOB component <rs_n> is placed at site <41>. The corresponding BUFGCTRL
component <rs_n_IBUF_BUFG> is placed at site <BUFGCTRL_X0Y11>. The clock IO
can use the fast path between the IOB and the Clock Buffer if the IOB is
placed on a Clock Capable IOB site that has dedicated fast path to BUFGCTRL
sites in its half of the device (TOP or BOTTOM). You may want to analyze why
this problem exists and correct it. If this sub optimal condition is
acceptable for this design, you may use the CLOCK_DEDICATED_ROUTE constraint
in the .ucf file to demote this message to a WARNING and allow your design to
continue. However, the use of this override is highly discouraged as it may
lead to very poor timing results. It is recommended that this error condition
be corrected in the design. A list of all the COMP.PINs used in this clock
placement rule is listed below. These examples can be used directly in the
.ucf file to override this clock rule.
< NET "rs_n" CLOCK_DEDICATED_ROUTE = FALSE; >
ERRORack:1654 - The timing-driven placement phase encountered an error.
请问是什么地方出错了呢?