| Author |
Message |
chaitu2k
Joined: 27 Apr 2004 Posts: 58 Helped: 1
|
08 Feb 2005 5:14 ram_style=distributed |
|
|
|
|
hi all
i want to implement 16 bit and 28 bit wide memory using LUT RAM...i dont want to use BLOCK RAM using core generator.....
can anyone tell me how or forward some document which gives an insight on how to do so...
cheers
|
|
| Back to top |
|
 |
echo47
Joined: 07 Apr 2002 Posts: 4206 Helped: 566
|
08 Feb 2005 7:15 LUT RAMS--virtex4 how to implement |
|
|
|
|
Search the Xilinx Constraints Guide for RAM_STYLE DISTRIBUTED.
Here's a Verilog example:
reg [27:0] myram [0:15]; // synthesis attribute RAM_STYLE myram "DISTRIBUTED";
Good luck!
|
|
| Back to top |
|
 |
vomit
Joined: 14 Jun 2002 Posts: 151 Helped: 10
|
08 Feb 2005 11:53 Re: LUT RAMS--virtex4 how to implement |
|
|
|
|
Just select the appropriate CoreGen module...
Distributed Memory v7.1
Data sheet: DS230 January 18, 2005
|
|
| Back to top |
|
 |
Google AdSense

|
08 Feb 2005 11:53 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
preet
Joined: 10 Jan 2005 Posts: 91 Helped: 2
|
09 Feb 2005 14:51 Re: LUT RAMS--virtex4 how to implement |
|
|
|
|
hello,
u must see "xilinx language template" and there u find how to implement distributed RAM and BLOCK RAM
|
|
| Back to top |
|
 |