Forum Discussion
James44
New Contributor
2 years agoMAX10 10M04 - Not enough logic elements to use the ADC block?
Hi - I'm new to FPGA programming. I'm using the MAX10 10M04SAE144I7G on a board I made. I've gotten as far as programming it to blink LEDs and read pushbuttons now I'm trying to read an analog signal...
- 2 years ago
Hi,
Try to set the bdf file adc4.bdf to other name.
Thanks,
Regards,
Sheng
ShengN_altera
Super Contributor
2 years agoHi,
Try to set the bdf file adc4.bdf to other name.
Thanks,
Regards,
Sheng
- James442 years ago
New Contributor
Thank you so much @ShengN_Intel
Both of those solutions fixed the problem. The .bdf file looks like it has to be a different name than the .qip file.
Also disabling the debug path and compiling now only uses 1,102 logic elements.
Thank you