Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCompilation Error for Board Test System (Cyclone IV GX XCVR sample)
Hi All, I am trying the get to a starting point where I can have the source code complied and run it successfully onto the board. When I build the source project, it gives me: error (170012):...
Altera_Forum
Honored Contributor
12 years agoHi Leon
--- Quote Start --- error (170012): fitter requires 902 labs to implement the project, but the device contains only 900 labs.--- Quote End --- Basically is saying you are out of resources. LABS are blocks of LE's with routing. So If you have enough LE's then it may be a routing resource limitation. You can read up more on LE's and LAB's in this document: http://www.altera.com/literature/hb/cyc3/cyc3_ciii51002.pdf Try reducing your logic if you can, and or setting the optimations for space versus speed. That may at least get you to fit. Pete