logo

Netlist

logo

Introduction
Screenshots
License/Download
Installation
Userinterface
Function Index
Macro Programming
Links
Community

mouse left
no help

Load Netlist

  • Icon:
  • Menulocation: Utilities/Netlist Tools/Load Netlist
  • Description:

    A netlist for the current cell is loaded. Supported formats are: Alliance, Qucs, Spice.

Save Netlist

  • Icon:
  • Menulocation: Utilities/Netlist Tools/Save Netlist
  • Description:

    The netlist for the current cell is saved.

Add Netlist Library

  • Icon:
  • Menulocation: Utilities/Netlist Tools/Add Library
  • Description:

    A netlist library as added.Supported formats are: Alliance, LayoutEditor Library (lel).
    The LayoutEditor Library Format is a text file. Here is an example for a library. Lines starting with a '#' are comments.

    #LayoutEditor Library file


    #Section cell: all matching elements are linked to an existing cell

    [cell]
    # device-type layout-file cellname pins
    MOPEN microwavelib.gds MOPEN pin1
    'MSTEP W1="2 mm" W2="0.244 mm"' microwavelib.gds MSTEP2000_244 pin1 pin2
    'MTEE W1="0.244 mm"' microwavelib.gds MTEE244 pin1 pin2 pin3
    #If a device has parameters or the device name has spaces, put the decive name in single or double quotes.
    #Additionals parameters are ignored. So in this example MOPEN will match for any parameter.


    #Section macro: a macro is call, which generates the required cell.

    [macro]
    # device-type macro-file pins
    MLIN microstrip.layout pin1 pin2
    #The macro must set the new cell to the currentCell to be recognized.


    #Section ignore: all matching elements are removed from the netlist

    [ignore]
    SUBST
    Pac
    Eqn


Remove Netlist Library

  • Icon:
  • Description:

    The selected library is removed from the libraray list.

Rebuild Libraray/Netlist

  • Icon:
  • Description:

    The netlist is rebuild with the current libraries.
SourceForge.net LogoThis page may be outdated. Visit the new LayoutEditor homepage for the newest infomations!