Menu

Home

built2fail

A Java API for manipulation of GDSII stream data. It is intended to provide a useful, reusable and platform independant library for CAD/CAE application developers.

This API Requires the Java Backus-Naur Test API (JBNT). You may download it from:
ht


Project Members:


Discussion

  • Yeats Yang

    Yeats Yang - 2014-01-06

    Dear Sir,
    This project is very powerful. But I can find any tutorial or sample code from internet.
    Can you tell where to get the tutorial or sample code.

    Thanks!

     
  • built2fail

    built2fail - 2014-01-06

    The API documentation and a brief sample can be found at http://jgds.sourceforge.net/documentation.html . The main classes of interest are com.ohrasys.cad.gds.GDSInputStream and com.ohrasys.cad.gds.GDSOutputStream.

     

    Last edit: built2fail 2014-01-06
    • bcInSD

      bcInSD - 2014-05-13

      My interest is in using the API to write GDS files. I know the structure of GDS-II and have already written writers in Matlab and "C". I have a new application under development in JAVA and I'm ready to start making GDS-II pattern files.

      Is there a UML diagram to help understand the overall thought process behind this API? What Design Pattern is being assumed here? Are there users with sample code?

       
  • Yeats Yang

    Yeats Yang - 2014-01-06

    Hello built2fail ,

    Thanks for your reply.
    But I want to convert Rom Code to GDS II , ROM Code is just text plain,
    And I have read brief sample in website ,but it have some problem.
    like "GDSInputStream gdsin = new GDSInputStream(in);"
    there is no this method "GDSInputStream(InoputStream) "...

    Could you give some sample code?

    yeats.yang@gmail.com

    Thanks!

     

    Last edit: Yeats Yang 2014-01-08

Log in to post a comment.