`
如题,ISE14.7 用IP产生PLL时钟,总会出现两个警告如下:
HDLCompiler:1127 - "C:Users...ipcore_dirPLL_FOR_CLOCK.v" Line 131: Assignment to locked_int ignored, since the identifier is never used.
HDLCompiler:1127 - "C:Users...ipcore_dirPLL_FOR_CLOCK.v" Line 132: Assignment to status_int ignored, since the identifier is never used.
虽然实践证明,这两个警告对设计毫无影响,不过鉴于自身的强迫症与不理解,总想把这两个警告消掉,请问各位大佬,这个问题如何解决?
`