Memory placment

  • Thread starter talgry@yahoo.com
  • Start date
T

talgry@yahoo.com

Guest
Hi,
I've got few memory entities,
Is there a way to tell the Quartus to implement the memory in EAB's or in LE's ?
I want to implement some of the memories in EAB's and some in LE's.
Thanks
Tal
 
Consider using the vendor hdl code templates
to use the EAB block ram.

-- Mike Treseler
 
Hi Mike,
The memory blocks are already implemented using hdl code templates. My
problem is that each memory block is implemented in different EAB,
and I do not have enough EAB's in my device.
So I was wandering if there's a way to tell the Quartus where to
implement the memory. This way I'll implement small memories in FF
and the larger ones in EAB's.
tnx

MikeTreseler wrote:
Consider using the vendor hdl code templates
to use the EAB block ram.

-- Mike Treseler
 
talgr wrote:

So I was wandering if there's a way to tell the Quartus where to
implement the memory. This way I'll implement small memories in FF
and the larger ones in EAB's.
Using a reset clause will rule out EAB synthesis.

-- Mike Treseler
 

Welcome to EDABoard.com

Sponsor

Back
Top