J
Juve
Guest
Place all the cells of the library (like standard cell lib) in a
single layout window
single layout window
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
something likePlace all the cells of the library (like standard cell lib) in a
single layout window
On Dec 5, 2:25 pm, Juve <pranjal.ku...@gmail.com> wrote:
Place all the cells of the library (like standard cell lib) in a
single layout window
something like
lib = "libName"
i = 0
j = 0
procedure( place(cell)
num = get_pname(concat("I" i))
cv = deGetCellView()
cellId = dbOpenCellViewByType( lib cell "layout" "" 'r )
dbCreateInst(cv cellId num list(0 j) "R0" 1)
i++
j = j - 17 ; vertical step
)
foreach(cell '(
"cell1"
"cell2"
"cell3"
"cell4"
"cell5"
)
place(cell)
)