Solved
Forum Discussion
ShengN_altera
Super Contributor
1 year agoHi,
The high LE consumptions is because of enabling the Debug Path in Modular ADC core. May check the tutorial video link provided which had been used about 4640 LEs far exceeded the limit of 4,032 LEs.
If disabling the Debug Path, the LE consumptions will be reduced to about 1k+
Thanks,
Regards,
Sheng
- James441 year ago
New Contributor
Ok thanks. I just regenerated a new .bdf file without the debug path but now I'm having troubles compiling because of these messages:
Error (12181): Top-level entity "adc4" is ambiguousError (12180): Instance could be entity "adc4" in file adc4/synthesis/adc4.vhd compiled in library adc4Error (12180): Instance could be entity "adc4" in file adc4.bdf compiled in library workError (12153): Can't elaborate top-level user hierarchy
What file is supposed to be set to the Top- level entity?
Thanks