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.

Recent content by tea_xiao

  1. T

    question about interprocess command

    I have a questions about interprocess command. For example, dataHdl = errHdl = lambda((cid data) printf("%s\n" data)) postFunc = lambda((cid s) if(zerop(s) then printf("Successful! \n") ) ) foreach(command cmdList ipcBeginProcess( command ""...
  2. T

    How to remove a mosaic instance in a layout?

    (mosaicinst) I do these steps: 1. cv = geGetEditCellView() 2. foreach( inst cv~>instances dbDeleteObject(inst) ) The error message appears in the CIW.
  3. T

    How to remove a mosaic instance in a layout?

    gegeteditcellview() When I use the function "dbDeleteObject(inst)" to remove a mosaic instance in a layout, there is a warning message in CIW. *WARNING* You can't delete the mosaicInst in the simple mosaic. How to fix it? Thanks a lot.
  4. T

    move the contents of a cellview

    lemovecellvieworigin Very strange. I want to move the center of the cellview to origin. When I use "leMoveCellViewOrigin" to do it, i found it caused some drc errors. But the cell passed the drc check before moving origin. why? Thanks a lot.
  5. T

    How to keep terminal information while stream out.

    I edit a file for keeping pin information The file is just like: B 11 T4 input I add all pins information in the file. I set the Convert Pin to "geometry&text" and supply the file in the Pin Text Map Table in user-defined form. After streaming out to Gds, I import the Gds file. It converts the...
  6. T

    How to keep terminal information while stream out.

    Kumard35d, thanks for you reply. I open user-defined data form. I see the option "gemoetry&text". But I don't want to convert pin to label. I hope the pin is still a pin after streaming out. Should I edit the user-Defined property mapping file? Thanks a lot.
  7. T

    How to keep terminal information while stream out.

    pin text map table I create several symbolic pins and shape pins in a layout. After I stream out the layout to a gds then stream in, symbolic pins and shape pins are changed to regular isntances and regular shapes which lost their terminal information. How to keep terminal information during...
  8. T

    How to add property to pcell?

    dbcreateparaminst I know how to the usage of these two functions. But I don't know where I should add the two functions in? *.il? *.cdf?
  9. T

    How to add property to pcell?

    lvsignore I have already completed a pcell with skill. Now I want to add property to it in order to avoid lvs check. It seems that I should use dbCreateParamInst and dbCreateProp to do it. But i don't know how to use them. Who can give me some advice?

Part and Inventory Search

Back
Top