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.

See a cell layout in SOC encounter

Status
Not open for further replies.

ebrahimi.khoy

Member level 3
Joined
Dec 4, 2010
Messages
64
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,736
I want to see the layout of NAND gate in Nangate library?
Any suggestion?
 

You should load the gds in EDI., the LEF does not have enough information.
 
Encounter Digital Implementation, it is the new name of SOC Encounter.
 

I think you can't load GDS in EDI. Encounter supports only LEF. You have to use calibre RVE for viewing GDS.
 

Right Encounter could not read directly the layout, but you could create an Open Access data based and read it in EDI.
To create the OA library from LEF and GDS, use the following commands:
lef2oa -lib testLib -lef lefFile -libPath ./testLib -DMSystem oaDMFileSys
strm2oa -lib testLib -gds gdsFile -layerMap layer.map

Specify the following global prior to running init_design:
set init_oa_ref_lib {testLib}
set init_layout_view {layout}
set init_abstract_view {abstract}

After the design is imported you can display the layout of a cell by doing the following:

Expand "Cell" in the Layer Selection Window on the right side of the EDI System GUI.
Select the Visibility box next "Cell Layout".

To edit colors and patterns of the layout objects select the "All Colors" button in the upper right. Then select the Cell Layout tab to see the OA layers.
In EDI 10.1 and earlier versions specify the following in the config file to specify the OA library and views to load:
set rda_Input(ui_oa_reflib) {testLib}
set rda_Input(ui_oa_abstractname) {abstract}
set rda_Input(ui_oa_layoutname) {layout}
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top