Keith

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 861 total)
  • Author
    Posts
  • in reply to: Cut a hole in layout #2212
    Keith
    Keymaster

    If you go to the display options dialog (use 'e' bindkey) and look at your snap settings, do you have it set to diagonal? Try turning it to either manhattan or any angle.

    The message means you are trying to stretch when the snap mode is diagonal, and the edge you are trying to stretch is neither manhattan or diagonal. The snap grid of 0.001 probably isn't helping here.

    in reply to: Cut a hole in layout #2210
    Keith
    Keymaster

    There could be many reasons. For example do you have gravity turned on, and if so what range? What is your snap setting – could that have an effect?

    If you try and create a self-intersecting polygon, a warning will be given and nothing happens.

    If you can give a simple example that is reproducible, I can look into it. Else I'm just guessing.

    in reply to: Cut a hole in layout #1225
    Keith
    Keymaster

    Should work if you are in partial select mode. Use the F4 key to toggle selection mode.

    in reply to: GDS map file example #1223
    Keith
    Keymaster

    Do you mean the GDS layer/datatype numbers in the techfile (see the example.tch file)?

    If you read in a GDS with layers on one set of GDS layer/datatype numbers, and want to write it out using a different set on numbers, you can use 2 techfiles.

    Load the GDS with the first techfile (the from mapping). Then load the second techfile (the to mapping) and write the GDS.

    in reply to: Cut a hole in layout #1222
    Keith
    Keymaster

    Just select the shape you want to chop, then use the Edit->Chop command and enter two coordinates defining the rectangle you want to chop.

    in reply to: Installing Glade on Mac OS X #2209
    Keith
    Keymaster
    in reply to: Installing Glade on Mac OS X #2208
    Keith
    Keymaster

    Glade is linked to the system libs for its embedded python :

    Keiths-MBP:MacOS keith$ otool -L glade
    glade:
    /System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.10)

    I believe you can control the framework search path using the env var DYLD_FRAMEWORK_PATH if you want it to pick up a non-standard python framework?

    Then the module load path (sys.path) is set using the env var PYTHONPATH.

    in reply to: Installing Glade on Mac OS X #2206
    Keith
    Keymaster

    When opening from the command line, you get the environment variables set in your .bash_profile. And presumably this is where you are setting PYTHONPATH.

    Any reason why you have a 2.7.15 installation – the current version for an up to date MacOS is 2.7.10?

    in reply to: Installing Glade on Mac OS X #2204
    Keith
    Keymaster
    Quote:
    Hello,
    I wonder, is it possible for to link Glade to the subsequently installed Python, in this case 2.7.15, and its accompanying 3rd party modules, instead of linking to the MAC OS system Python.

    Glade is built with the current Python version (in my case it is 2.7.10) but will use the site libraries of your installation, depending where PYTHONPATH is set to.

    Is there a particular issue you are encountering that is causing a problem with the default site libraries?

    in reply to: .SUBCKT in exporting CDL netlist? #2202
    Keith
    Keymaster

    I just tested using the 'example' library and the cellview 'dtype schematic'

    The result is a netlist with a subcircuit 'dtype' and its hierarchical contents

    Does your top level cell have a symbol view – with NLPDeviceFormat property?

    in reply to: MOSFET's width during LVS doubles? #2201
    Keith
    Keymaster

    Is it possible there are two devices in parallel in the extracted netlist? If combining parallel devices is turned on (the default), the two devices will be reduced into a single device with the sum of the widths. The reduced device name will be one or other of the original devices.

    in reply to: Installing Glade on Linux #2198
    Keith
    Keymaster

    As of version 4.6.53, Glade is built with the system Python. So you don't need to install/build your own; e.g. on Debian/Ubuntu:

    apt-get install python2.7-minimal

    Should be all you need.

    in reply to: Gap measurement #2195
    Keith
    Keymaster

    Please try the rule:

    geomSpace(layer1, layer2, 1, project, "layer1-layer2 space < 1")

    This will only flag edges that project i.e. have some parallel edges.

    in reply to: Gap measurement #2193
    Keith
    Keymaster

    Actually if you try now, attachments should be enabled.

    in reply to: Gap measurement #2192
    Keith
    Keymaster

    Can you send the example to support@peardrop.co.uk ? The attachment doesn't seem to work.

    Thanks,
    Keith

Viewing 15 posts - 76 through 90 (of 861 total)