how to write data?

X

xenix

Guest
hello all,
i would like to ask how i can load a memory ip with 4 packets of
64bytes of data using VHDL? i am looking for hints in coding style and
syntax.

regards:)
xenix
 
On Nov 9, 6:44 am, xenix <last...@gmail.com> wrote:
hello all,
i would like to ask how i can load a memory ip with 4 packets of
64bytes of data using VHDL? i am looking for hints in coding style and
syntax.

regards:)
xenix
1. Read the documentation for the memory ip that you are planning on
using to understand the interface.

2. Write to the memory by twiddling the various memory ip input
signals in the correct fashion (as defined by the above mentioned
documentation).

3. Come back when you have a more specific question.

KJ
 
xenix wrote:
i would like to ask how i can load a memory ip with 4 packets of
64bytes of data using VHDL? i am looking for hints in coding style and
syntax.
Maybe you really want to infer a block rom.
http://home.comcast.net/~mike_treseler/sync_rom.vhd

-- Mike Treseler
 

Welcome to EDABoard.com

Sponsor

Back
Top