![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |