Create a new layout using skill

  • Thread starter Manoj Venkatasubbu
  • Start date
M

Manoj Venkatasubbu

Guest
Hi,

I need to generate a library of macro layouts in skill. For this
purpose I need to be able to generate layout views from a skill
routine. I'm not able to do it using dbOpenCellViewByType("libName"
"cellName" "layout" "layout" "w"). I get an error message as such

*WARNING* dbOpenCellViewByType: Failed to map layout to fileName
I'm however able to generate a schematic without any error. For my
application I do not need to generate any schematics. I only need
layout views.

Could you tell me how I could do this.

Thanks,
Manoj.
 
On Sep 1, 10:32 pm, Manoj Venkatasubbu <manoj.venkatasu...@gmail.com>
wrote:
Hi,

I need to generate a library of macro layouts in skill. For this
purpose I need to be able to generate layout views from a skill
routine. I'm not able to do it using dbOpenCellViewByType("libName"
"cellName" "layout" "layout" "w"). I get an error message as such

*WARNING* dbOpenCellViewByType: Failed to map layout to fileName
I'm however able to generate a schematic without any error. For my
application I do not need to generate any schematics. I only need
layout views.

Could you tell me how I could do this.

Thanks,
Manoj.
Hi Manoj,

I do not have the documentation near by me in this moment,
but I think that you have to use something like:
dbOpenCellViewByType("libName" "cellName" "layout" "maskLayout" "w").

view type is in fact "maskLayout"

I had a similar problem when I've created for the first time a cell in
layout.

BR,
Marcel
 
On Sep 2, 12:35 pm, Marcel Preda <marcel.pr...@gmail.com> wrote:
On Sep 1, 10:32 pm, Manoj Venkatasubbu <manoj.venkatasu...@gmail.com
wrote:



Hi,

I need to generate a library of macro layouts in skill. For this
purpose I need to be able to generate layout views from a skill
routine. I'm not able to do it using dbOpenCellViewByType("libName"
"cellName" "layout" "layout" "w"). I get an error message as such

*WARNING* dbOpenCellViewByType: Failed to map layout to fileName
I'm however able to generate a schematic without any error. For my
application I do not need to generate any schematics. I only need
layout views.

Could you tell me how I could do this.

Thanks,
Manoj.

Hi Manoj,

I do not have the documentation near by me in this moment,
but I think that you have to use something like:
dbOpenCellViewByType("libName" "cellName" "layout" "maskLayout" "w").

view type is in fact "maskLayout"

I had a similar problem when I've created for the first time a cell in
layout.

BR,
Marcel
Thanks, It worked.
 

Welcome to EDABoard.com

Sponsor

Back
Top