Opus

Discussion in 'Cadence' started by Yottameter, Mar 6, 2008.

  1. Yottameter

    Yottameter Guest

    Is there a way to export schematic graphical information out of opus to
    a text based file format? I'd like to add the schematic view to an
    existing tool canvas that is outside of Cadence.
     
    Yottameter, Mar 6, 2008
    #1
  2. Yottameter

    jayl-news Guest

    File->Export->EDIF 200...

    It doesn't use a key last time I used it (IC5141 USR2), and really
    works
    surprisingly well.

    If the other tool has an import EDIF function, you should NOT expect
    it to work perfectly without help. You'll always end up needing to
    run
    a perl script over the exported EDIF (or do fixup in the other tool's
    scripting language) to deal with scaling, or obscure CDF parameter
    types, stuff like that.

    -Jay-
     
    jayl-news, Mar 7, 2008
    #2
  3. Yottameter

    Yottameter Guest

    Thanks for the guidance. I get some errors that I'll have to resolve:

    Error : Could not find layer (null) purpose drawing for library ComponentLib
    Error : Could not find figureGroup for library, figure not written
    Warning : Number not written. Value out of valid range (1.0e-35 -
    1.0e+35) for property cdfData
     
    Yottameter, Mar 7, 2008
    #3
  4. Yottameter

    cadence Guest

    Hi Jay, running a perl script of EDIF is doing it the hard way.
    What you really want to use is a Common Lisp script over edif.
    The edif file can be read in trivially, with the READ function and
    modified structurally and dependably.
     
    cadence, Mar 10, 2008
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.