Re: How to determine number of block rams in a Coregen Fifo
When you generate your coregen, tick the "display core footprint" option.
If you do that , then on successful generation of the core, the tool
will show you
the resource usage.
Also, based on the knowledge of available BRAM Size, you can calculate
the number of BRAMs
For example, in your case, you will need at least 8 BRAMs because of the
width requirement you have.
Hope this helps.
Cheers,
Adarsh Kumar Jain
rootz wrote:
> Guys.
> This must seem quite trivial, but how can I tell how many block rams I
> am using in a xilinx coregen'ed fifo. Example, how many block rams are
> being used in a 256bit by 32 deep fifo.
>
> thanks
>
|