Number of digits for PCell parameters

Status
Not open for further replies.

mult

Junior Member level 1
Joined
Jan 17, 2013
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,443
Hi all.

I designed PCell using SKILL (for example "Seal ring" with three parameters: "Description", "X Die Dimension", "Y Die Dimension"). As you can see at picture, number of digits in dimension-parameters depend on parameter value.

("X Die Dimension", "Y Die Dimension":
Parameter's type - "string", Parse as Number - "yes", Units - "lengthMetric")

Does anybody know, how I can manage this number of digits?



Also,
I would like use meters for parameters unit (u), but an incorrect process occure when I stretch my PCell with stretch handle.
As I understand, when stretch handle meet parameter in meters (for example: x=100u), it understand this parameter in microns.
Thus, stretch handle interpret parameter as (x=100u)*1e-6 => (x=100)*1e-12.
How can I force stretch handle to count parameters in meters?

Thanks.
 
Last edited:

The problem I see is that layout already assumes microns for a dimension therefore the size in the form means 900 micro microns. Use parameter type=float. Units=none


QUOTE=mult;1205104]Hi all.

I designed PCell using SKILL (for example "Seal ring" with three parameters: "Description", "X Die Dimension", "Y Die Dimension"). As you can see at picture, number of digits in dimension-parameters depend on parameter value.

("X Die Dimension", "Y Die Dimension":
Parameter's type - "string", Parse as Number - "yes", Units - "lengthMetric")

Does anybody know, how I can manage this number of digits?

View attachment 87461

Also,
I would like use meters for parameters unit (u), but an incorrect process occure when I stretch my PCell with stretch handle.
As I understand, when stretch handle meet parameter in meters (for example: x=100u), it understand this parameter in microns.
Thus, stretch handle interpret parameter as (x=100u)*1e-6 => (x=100)*1e-12.
How can I force stretch handle to count parameters in meters?

Thanks.[/QUOTE]
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…