Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > how to write data?

Reply
Thread Tools

how to write data?

 
 
xenix
Guest
Posts: n/a
 
      11-09-2007
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

 
Reply With Quote
 
 
 
 
KJ
Guest
Posts: n/a
 
      11-09-2007
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

 
Reply With Quote
 
 
 
 
Mike Treseler
Guest
Posts: n/a
 
      11-09-2007
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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to use Response.write to write to a specific area on a aspx pa =?Utf-8?B?QWJlbCBDaGFu?= ASP .Net 6 05-03-2006 10:16 PM
DVD Write speed - Not able to write at 8 speed Vincent Wonnacott Computer Support 1 09-16-2004 03:14 PM
write a union object using write JasBascom C++ 1 02-24-2004 08:18 AM
How to open a new console and write something out write printf() Peter Hansen C++ 1 08-24-2003 11:49 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57