How to uncompressed CBLOCK in OASIS file by using JAVA language ??

Hi

as title!
(1)How to uncompressed CBLOCK in OASIS file by using JAVA language

(2)HOW to process CBLOCK record in your klayout?

(3)what is look like in CBLOCK, is it hard to process it ?

thanks a lot ^ ^
Have a nice day.

Comments

  • edited May 2016

    Hi

    (1) I'd never use Java for applications where performance and memory footprint are critical. Switch to C++ and you will be able to use the zlib to do CBLOCK inflation.

    (2) I'm sorry, but I don't understand that question. You mean how it's done? You can take a look at dbOASISReader.cc, around line 1250.

    (3) Same thing. What do you mean by "hard to process"? A stone is hard to process. But a CBLOCK? It's just "software" isn't it? So it should be easy to process :-)

    Matthias

Sign In or Register to comment.