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.

[SOLVED] New Cell Creation Using Skill

Status
Not open for further replies.

kenambo

Full Member level 6
Joined
Feb 26, 2012
Messages
393
Helped
52
Reputation
104
Reaction score
48
Trophy points
1,308
Location
India
Activity points
3,859
Hi,

How to create a new cell view using Skill.

skill have the command for new library .. but how can i open a new cellview in the same library and cell.

tell me some suggestions,

Thanks
 
Last edited by a moderator:

create a new cell :deNewCellView("libname" "cellname" "viewname" “viewtype” winspec)
example:
deNewCellView("newlib" "test" "layout" "maskLayout" list(list(0 0) list(1200 800)))
deNewCellView("newlib" "test" "schematic" "schematic" list(list(0 0) list(1200 800)))

open a exist cell
geOpen(?lib "libname" ?cell "cellname" ?view "viewname")
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top