Hi Matthias,
I modified the code and try to run it again, however the result didn't fit our request, it still contains all the cells in the original database(just like copy), not extracted cell with sub cells.
The whole RBA code:
def copy_cells(l…
Hi Matthias,
I referenced the following code you wrote and trying to implement the cell extraction function via RBA code, however it failed with the error message, I guess the copy_cells could not be used in this condition, could you please give me…
Hi Matthias,
Our gcc version is 3.4.3 and Qt is 4.4.3, I know it's very old but we have to keep it running.
I tried to setup a CentOS(RHEL) 6.2 with gcc 4.4.6 and Qt 4.6.2, it could be used to compile either 0.21.19 or r1335 well, however the comp…
Hi Matthias,
I modified the capturedTexts section in layGenericSyntaxHighlighter.cc, and encountered other problems.
rba.cc:
/source/klayout-r1335/src/rba.cc: In member function `void rba::GetBoxValueFunc::op()':
/source/klayout-r1335/src/rba.cc:1…
Hi Matthias,
I tried to compile the klayout-r1335 with all the same setting to compile klayout v0.21.19, however failed with the following error, could you please let me know how to fix the problem? Thanks~
/source/klayout-r1335/src/layGenericSynt…
Hi Matthias,
I spent some time to confirm the strange problem and sorry to reply so late.
Although the ruby version has been upgraded from 1.8.7 p334 to 1.9.3 p194, the segmentation fault issue is still there. The most unbelievable thing is the si…
Hi Matthias,
I have tried to download then make 0.21.19 smoothly, and it fixed the problems we feedback before, really thanks for your kindly mail notice. :)
Best Regards,
--
chhung
Hi Matthias,
I've sent a mail to contact @ klayout . de (with correct mail format), thank you so much~ :)
If still failed to get the email, please let me know~
Best Regards,
--
chhung
Hi Matthias,
Thanks for the patch, I applied it on 0.21.17 and it fixed the Invalid Delta Count issue, thank you so much~ :)
However we have another problem now, could you please download the test case file from the website?
It's a test file that…
Hi Matthias,
The problem is not every users connect to workstation via XDMCP with Xserver, if they connect and run the Ruby code with telnet/rexec from Windows, they would get the message and stick on it.
Anyway... we would try to find if any othe…
Hi Matthias,
We followed the steps you post to try and it works fine, and now we have another two questions.
1. Once we execute klayout to load the RBA code we write, it shows "klayout: cannot connect to X server" if we didn't setup envir…
Hi Matthias,
I tried to follow the example you post to do a layer conversion in batch mode, however stuck on how to read layer map file, could you please teach me how to do that? thanks.
lay = RBA::Layout.new
loadopt = RBA::LoadLayoutOptions.new
…
Hi Matthias,
I'm sorry to reply so late, we have tried the reader options and it works fine, however it would confuse the users with the following two conditions:
1. Several users using the same account, when one user forgot to clear the table, it …
Hi Matthias,
Thanks for your comments, I modified some code as follow and it works fine for our request.
if (argc != 5) {
printf ("Syntax: layerclip <infile> <outfile.oas> <layer> <type>\n");
return 1;
}
...
…
Hi Matthias,
I tried to find out the cause via A/B test and finally figured out the problem is from Ruby Library version.
Once I update the Ruby Library from v1.8.7 Patch174 to v1.8.7 Patch249, this problem gone.
It should be a Ruby Library bug an…
Hi Matthias,
I tried the two new Ruby programs and the "Ruby error" issue had been fixed, however the "[BUG] Segmentation fault" is still there if "count = 0".
I have no idea it's caused by different Ruby version or w…
Hi Matthias,
Another strange issue happened...
If we click Edit=>Select=>Select All(or Unselect All), everything works fine.
However once we select many objects then run count_shapes function, the error happened when we click Edit=>Selec…
Hi Matthias,
Really appreicate your kindly help, the two programs are useful for us.
About the count_shapes program, the line "count = 0" would crash klayout if we select too many objects(more than 18500 or more), the error messages as f…
Hi Matthias,
I tried this ruby script and it works fine on klayout GUI, and we are trying to find out how to batch rename files in command terminal with Non-GUI mode, thanks for your kindly support~ :)
Best Regards,
--
chhung
Hi Matthias,
I tried it again and found as you said, the issue is the marker list was collapsed/hided at the right side and pull it to left is the best way to solve it, thank you~ :)
Best Regards,
--
chhung
Hi Matthias,
Finally we found that problem was caused by the different dist, the binary was made on Mandrake, and we tried to run it on RHEL4.
We dirty solved it via "ln -s /usr/lib64/ruby/1.8/x86_64-linux-gnu /usr/lib/ruby/1.8/x86_64-linux&q…
Hi Matthias,
Thanks for your effort on developing the Cadence techfile import script, I tried to save this script to a directory and load it when klayout startup, it responsed a Ruby error message "no such file to load -- stringio", the d…
Hi Matthias,
We really appreciate your explanation about ruler issue in detail, the new scheme is good enough for us, thanks for your effort.
Best Regards,
--
chhung
Hi Matthias,
Finally I marked this line(setTabPosition) in layMainWindow.cc and compiled it ok without errors,
the program seems work fine too.
Best Regards,
--
chhung
Hi Matthias,
It's good enough for us that be able to change the line width and fill style,
really thanks for your kindly help, thank you~
Best Regards,
--
chhung
Hi Matthias,
I just tried this function you described, and it really fits our request,
now we can find out the cell that we are looking for easily, very thanks
for your kindly help~ Amazing functions always hide in toolbox...
Another small issue, …
Hi Stefan,
It's a good solution for a human hierarchical designed database, however
it didn't fit our case. Due to there are many other cells overlap
each other, we still can't find the location of the cell when we hide it.
I tried to hide all the…
Hi Matthias,
After we upgraded the Qt4 version from 4.3.1-12 to 4.3.4-6 or 4.4.3-1, the problem is no longer there,
it seems to be the bug of Qt4, thank you so much~
Best Regards,
--
chi-hsiang-hung
Hi Matthias,
The "Select Source" is good for coordinate offset, it really fits our requirement,
however I am not able to understand the function of the "*/*", does it mean the
source of "layer/type" ? I tried to modifi…