A
Andrey Orlenko 395924625
Guest
I need in SKILL function for magnification (scaling/shrinking) the
layout (all objects in layout).
How do it ?
layout (all objects in layout).
How do it ?
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.
I need in SKILL function for magnification (scaling/shrinking) the
layout (all objects in layout).
How do it ?
--Maybe you can export the layout to GDSII stream and then import it back into
Cadence. During either the import or the export you can change the scaling
parameter (Scale UU/DBU), and that should scale everything in the layout.
Maybe you can even change the DBUperUU parameter in SKILL without streaming
the layout in and out. This seems like the easiest thing to do and it works
with hierarchy and an entire library, but if might cause other problems.
Frank
"Andrey Orlenko 395924625" <da8217@cad.ntu-kpi.kiev.ua> wrote in message
news:c9nc7s$74h$1@news.ntu-kpi.kiev.ua...
I need in SKILL function for magnification (scaling/shrinking) the
layout (all objects in layout).
How do it ?
Or you could use the "scale" UNIX command (this is documented somewhere
in the documentation) - if you just type "scale" it will prompt you for a
library name, view name, and a new DBUperUU. It will then change all
cellViews with a matching lib and view name - scaling the data units
appropriately.
Andrew.
On Thu, 3 Jun 2004 14:05:58 -0700, "gennari" <gennari@eecs.berkeley.edu> wrote:
Maybe you can export the layout to GDSII stream and then import it back into
Cadence. During either the import or the export you can change the scaling
parameter (Scale UU/DBU), and that should scale everything in the layout.
Maybe you can even change the DBUperUU parameter in SKILL without streaming
the layout in and out. This seems like the easiest thing to do and it works
with hierarchy and an entire library, but if might cause other problems.
Frank
"Andrey Orlenko 395924625" <da8217@cad.ntu-kpi.kiev.ua> wrote in message
news:c9nc7s$74h$1@news.ntu-kpi.kiev.ua...
I need in SKILL function for magnification (scaling/shrinking) the
layout (all objects in layout).
How do it ?
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
Most translators handle scaling & database units per user unit.Or you could use the "scale" UNIX command