Altera_Forum
Honored Contributor
16 years agoOne Line 10K LE ???
hello, I am writing Cyclon III application and came to this strange thing, the falloing lines take 10K LE from the FPGA. i cant tell why, its not that commplicated to calculate...
The rebellious line: else if ((LastPoint < YPixel && Plot[XPixel] > YPixel) || (LastPoint > YPixel && Plot[XPixel] < YPixel)) ..... LastPoint ,YPixel and all other vars are 10bits... (this line is just connecting dots in graph)