When I try to generate a PROM file for my Spartan-3AN FPGA in the iMPACT PROM File Formatter, I see the following error:
ERROR:iMPACT:999 - Selected device(s) does not fit into the current Prom device(s).
How do I generate a PROM file with multiple revisions for my Spartan-3AN FPGA?
The addressing scheme has been set to Power of 2 by default in iMPACT. The non Power of 2 flash address space becomes slightly larger and iMPACT is erroring out saying the PROM is too large. To work around this issue you can use the Promgen command line. An example command line is:
promgen -w -p mcs -c FF -o <path>/<PROM File Name> -s 128 -u 0 <path>/<bit file name>.bit -u 10000 <path>/<PROM file name>