Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

LUT RAMS--virtex4 how to implement

Status
Not open for further replies.

chaitu2k

Member level 3
Member level 3
Joined
Apr 27, 2004
Messages
55
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
501
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
 

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!
 

Just select the appropriate CoreGen module...

Distributed Memory v7.1

Data sheet: DS230 January 18, 2005
 

hello,
u must see "xilinx language template" and there u find how to implement distributed RAM and BLOCK RAM
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top