How to program on the memory of FPGA

A

Aoniti

Guest
Hi everyone
I am using a board APEX400 and Quartus 4 compiler. After code
compiled , in the report it has "Total memory bits" and "Total PLLs"
always 0% even if I use the memory code on my hand book. Of course,
these code only take register of FPGA as memory, I think so, How can I
access the memory of the board, maybe by setting some option of the
Quartus or by VHDL code?
By the way, what is the PLL and how can I access it?
Thank you very much

Aoniti
 
Aoniti wrote:

How can I
access the memory of the board, maybe by setting some option of the
Quartus or by VHDL code?
Either. Use a block ram code template or instance.

By the way, what is the PLL and how can I access it?
A PLL is used to phase and/or scale the system clock.
Read the vendor documents.

-- Mike Treseler
 
Thank you very much for your reply.
I have found that using MegaWizard Plug-In Manager in Quartus can easily do it.
Once again, thanks a lot
 

Welcome to EDABoard.com

Sponsor

Back
Top