Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Xilinx BRAM Init VHDL formats

 
Thread Tools Search this Thread
Old 01-14-2005, 06:42 PM   #1
Default Xilinx BRAM Init VHDL formats


Hello,

What other formats are available for intitializing Xilinx BRAMs?

The library guide only shows this:

INIT_00 : bit_vector(255 downto 0) :=
X"000000000000000000000000000000000000000000000000 0000000000000000";

Which is a Hexadecimal, right to left format.

Thanks,

Brad Smallridge




Brad Smallridge
  Reply With Quote
Old 01-17-2005, 10:58 PM   #2
Weng Tianxiang
 
Posts: n/a
Default Re: Xilinx BRAM Init VHDL formats

Brad Smallridge wrote:
> Hello,
>
> What other formats are available for intitializing Xilinx BRAMs?
>
> The library guide only shows this:
>
> INIT_00 : bit_vector(255 downto 0) :=
>

X"000000000000000000000000000000000000000000000000 0000000000000000";
>
> Which is a Hexadecimal, right to left format.
>
> Thanks,
>
> Brad Smallridge

INIT_00 : bit_vector(255 downto 0) := (others=>'0');

Weng



Weng Tianxiang
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
xilinx Bram lastval Hardware 0 10-08-2007 10:22 PM
VHDL (Assigning pins in xilinx) amanpervaiz Hardware 3 12-02-2006 04:37 PM
Differences in DVD formats Michael DVD Video 45 11-20-2003 07:18 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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