Forum Discussion
TruHy
New Contributor
10 months agoHmm, the number of bits mentioned doesn't seem correct. M20K represents 20Kbits = 1024*20 bits
To use all of 2713 M20K your design would need to use:
1024*20*2713 = 55562240 bits
To use all of 2131 M20K your design would need to use:
1024*20*2131 = 43642880 bits
Perhaps you got the array size or index calculation wrong?
TSchu3
Occasional Contributor
10 months agoTruHy, you have hit the nail on the head. It doesn't make any sense.
I did not calculate any of those numbers. They were pulled directly from the fitter summary.
This is the nature of my question. How can only 32 million bits need 2845 blocks?