[FPGA]

[xilinx] ERROR:TSDatabase:8 - Second spec definition found for

Neo Park 2013. 2. 6. 11:48

 

 

ERROR:TSDatabase:8 - Second spec definition found for TSid "TS_U_TO_D":
   original definition: TS_U_TO_D=FROM U_CLK TO D_CLK TIG
   new definition: TS_U_TO_D=FROM:U_CLK:TO:D_CLK:TIG

 

 

이 문제에 대해 xilinx forum에서 찾아보니....

Solution
To work around this issue, manually remove the duplicate entry in the ucf file.
This problem will be fixed in the next major release of the design tools.

 

이 문제에 대해 xilinx forum에서 찾아보니....이렇게 나와 있었다.

즉, ucf 파일 내 중복된 부분이 있으면 찾아 삭제하란 얘기다.

 

물론 ucf 파일을 열어 중복된 부분이 있다면 지워줘야겠다.

그러나... 경험컨데 그러한 예는 그리 많지 않을 것이다.

 

지금 간단히 사용하는 counter에서 ucf파일을 열어 본 들 너무나 뻔한 clk, reset, led[5:0] 이것이 다이기 때문이다.

그럼에도 불구하고 이러한 err가 발생했다.

 

xilinx ISE tool의 이 허술함을 보라...

 

이렇게 recommand된 solution으로 해결되지 않을 때는...

모두 지우고 project를 새로 만들어 compile하라.

그럼 깨끗하게 compile 될 것이다.