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.

DRC of a design with memory macro

Status
Not open for further replies.

soloktanjung

Full Member level 6
Joined
Nov 20, 2006
Messages
364
Helped
51
Reputation
100
Reaction score
43
Trophy points
1,308
Location
nowhere
Activity points
3,194
Hi,

I have several sram macros in my design generated from memory compiler which cannot generate GDSII file. I streamin the design in Virtuoso and tried to run DRC but have this error:
Code:
ERROR: Cell sram_1kb is referenced but not defined.

When I streamin in Virtuoso, there are warnings related to this macros:

Code:
WARNING (XSTRM-267): The referenced cell "sram_1kb" was not found.The OpenAccess design 
data was created for this cell without any reference. Ensure that the referenced cell exists and library is 
defined in the cds.lib file.

Is it possible to do DRC without the layout of the sram? How other people do the DRC for this situation?

Thanks in advance.

Hairo
 

You can black-box it by creating empty cell "sram_1kb".
 

How can I do that in SoC Encounter? What is the command we use to create black box?

Thank you.

Hairo
 

While streaming in, there wil option to provide reference library..
Provide the library which contains "sram_1kb" in reference lib option..
 

Thank you for your reply. I don't have the reference library for the sram_1kb. It is generated from memory compiler given by the foundary. From the memory generator, I generate LEF files for place and route in Encounter. The memory compiler that I have cannot generate GDS and netlist files. That is the problem to import it in Virtuoso layout.

Thanks.

Hairo
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top