Hi, Matthias,
Thank you for your efforts to release 0.24.4.
I'm checking the compatibility of the files and found that there is a PROPSTRING record which is holding top cell name and the S_TOP_CELL property consists of PROPSTRING reference to the …
Hi, Matthias,
Thank you so much for your efforts to improve file compatibility!
I'm look forward to next release.
Again, thank you for your realy sincere response.
Best Regards,
Masaki
Hi, Matthias,
I’m working for a company making lithography tool. I just want to make oasis files, which have good compatibility with other tools include my system.
Thank you for providing the pointer to the dump tool. I will try to use it. It wil…
Hi Matthias,
Thank you for your confirmation.
I found another issue about file level property.
File level property should be placed immediately after start record (spec 31.8).
But, for the file generating by klayout, file level property seems plac…
Hi, Matthias,
Thank you for the confirmation.
I tested CELLNAME "TOP" as same as you.
I found that my Linux binary creates type 8 of the value for S_CELL_OFFSET.
03 03 54 4f 50 1c 17 00 08
But, my windows7(64) binary creates type 11 …
Hi, Matthias,
Thank you for your effort to make a release of 24.3.
I checked the created file which has S_BOUNDIG_BOX.
Order of the records seems fine, but I found another issue.
According to the specification of the S_CELL_OFFSET, it must be an …
Hi, Matthias,
Thank you for your note on the bug list about the flag.
I have another issue. I made a strict mode oasis with per-cell bounding box.
(oasis_write_std_properties were set by GUI)
But created oasis seems that the box properties are pl…
Hi, Matthias,
opt.oasis._write_std_properties =True
makes oasis include global standard properties.
but the oasis does not include per-cell bounding boxes.
I found a comment on dbOASISWriter.h
"if 2, bounding box standard properties are writt…
Hi, Matthias,
Thank you for your response.
1) Thank you for your suggestion. Your reading strategy might work.
2) My questions was to crate per-cell bounding box.
opt.oasis_write_std_properties=2
seems a proper syntax but it seems bool(True/Fal…
Hi, Matthias,
I am very happy to find that the latest version supports global properties.
This is what I desired. Thank you very much.
Let me make small feed backs
1) In windows, I need to set PYTHONPATH to point python libraries. Without the par…
Hi, Matthias,
Thank you, I used klayout from command prompt as klayout -zz -r script.py
I wonder why I thought the IDE is only for ruby... Thank you for great IDE for python users!
Best Regards,
Masaki
Hi,
I want to use print() as a debugging tool for my python script writing.
But I found print() does not work in my windows.( it works well in Linux )
here is a my minimal script.
#I set PYTHONPATH=C:\Python34\lib;C:\Python34\DLLs;C:\Python34\li…
Hi, Matthias,
Thank you for your commnet,
I asume order of cells by my own risk (or change my plan)
Also, thank you for appending my request to your stack!
Best Regards,
Masaki
Hi, Matthias,
Thank you for your reply, my goal is not make exact OASIS.MASK but make a oasis include information not associated to any cells. So, I can avoid 2,3 and 4th issues you listed,if there is file global properties :)
Your answer clarify …
Dear Matthias,
Thank you for your positive answer to support such property.
My understanding of “global property” is not associate to geometries, instances nor cells.
According to semi P39 (31.8), PROPERTY placed just after START record are associa…