gdsii option

Discussion in 'Cadence' started by protonixs, Sep 17, 2008.

  1. protonixs

    protonixs Guest

    hello guys...
    just wanna know how to make a script that will display the cells and
    its hierarchy in a given stream data. can csh script do it? if so,
    please help me how to make make it. your inputs will be highly
    appreciated.

    thanks and regards,
    protonixs
     
    protonixs, Sep 17, 2008
    #1
  2. protonixs

    Riad KACED Guest

    Riad KACED, Sep 17, 2008
    #2
  3. protonixs

    protonixs Guest


    Thanks for the quick reply Riad.
    I will take a look to the url you have provided.

    Best Regards,
    Protonixs
     
    protonixs, Sep 17, 2008
    #3
  4. protonixs

    protonixs Guest

    I am actually looking for scripts to study and work into.
    Those provided in the previous discussion are stand-alone executable
    files.
    Can anybody here provide me a good tutorial about it?

    Thanks and Regards,
    Protonix
     
    protonixs, Sep 18, 2008
    #4
  5. protonixs

    Riad KACED Guest

    Hi Protonix,

    Ok, I do understand.
    So in this case, you could look at freewares or open source projects
    that provide the source code and whose license terms and conditions
    don't prevent you from any modification, enhancement ... etc. You
    might be interested in :

    1. Perl GDSII module from the CPAN
    http://search.cpan.org/~schumack/GDS2-2.09a/lib/GDS2.pm

    2. http://sourceforge.net/projects/gds2

    But if you are keen in making your own software from scratch, then
    just go to the GDSII documentation and ... good luck ;-)
    BTW, is there any reason why you want to make this in csh ? There is a
    very nice article hanging on the web, it's title is 'Csh Programming
    Considered Harmful'. Give a look at:
    http://www.thp.uni-duisburg.de/~michael/csh-harmful.html

    I would rather go for C, sh or Perl. I'm Perlish myself but the choice
    is yours.

    Have fun anyway !
    Cheers,
    Riad.
     
    Riad KACED, Sep 18, 2008
    #5
  6. protonixs

    protonixs Guest

    Hello Riad!

    Thanks for the reply and advice.
    I am also considering perl in making the script. Im just not sure
    which is more powerful between csh and perl.
    I will be looking to the url you hgave provided.

    Thanks and regards,
    Protonixs
     
    protonixs, Sep 20, 2008
    #6
  7. protonixs

    Riad KACED Guest

    Hi Protonix,

    which is more powerful between csh and perl ?
    The true answer is that we can't compare these two since they were not
    meant for the same purpose. Csh is a UNIX Shell whereas Perl is a
    programing language.
    A programming language, like Perl is more suitable for this kind of
    tasks. As many Programming languages, Perl has got modules and
    extensions that makes it dealing with almost everything. I won't go
    any deep with this topic since it drifts from the original subject.
    There is plenty on the web.
    I would definitely go for Perl myself. But please bear in mind that
    the best tool/language is the one that you are comfortable with and
    that makes your life easier.

    Cheers,
    Riad.
     
    Riad KACED, Sep 21, 2008
    #7
  8. protonixs

    Riad KACED Guest

    Hi Protonix,

    which is more powerful between csh and perl ?
    The true answer is that we can't compare these two since they were not
    meant for the same purpose. Csh is a UNIX Shell whereas Perl is a
    programing language.
    A programming language, like Perl is more suitable for this kind of
    tasks. As many Programming languages, Perl has got modules and
    extensions that makes it dealing with almost everything. I won't go
    any deep with this topic since it drifts from the original subject.
    There is plenty on the web.
    I would definitely go for Perl myself. But please bear in mind that
    the best tool/language is the one that you are comfortable with and
    that makes your life easier.

    Cheers,
    Riad.
     
    Riad KACED, Sep 22, 2008
    #8
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.