Altera_Forum
Honored Contributor
15 years agoresource use
i used cyclone4 FPGA for my new design.but when the FPGA project is compiled ,i found that the use of the FPGA resource is 0 .what is the matter?
i used cyclone4 FPGA for my new design.but when the FPGA project is compiled ,i found that the use of the FPGA resource is 0 .what is the matter?
If your design doesn't have any output (i.e. doesn't drive any signal on an output pin) it will be optimized away by Quartus.
Or signals are stuck to Vcc or GND. (reset always active, no clock....)
some output pins ,i have assigned value ,but some pins ,i leave them nc
Have you got warning (or error) messages like "do not drive logics" "stuck to VCC or GND" when you compile with Quartus ?