Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Use skill to export gdsII

$
0
0
You're using the old IC5141 (and before) way of doing stream out, which used the "pipo" executable. Nowadays you can use a combination of xstSetField() calls to configure what you want to write, then xstOutDoTranslate() to do the translation. No need to call any ipc processes. Your code as is will fail because there is no "pipo" executable any more. Because you're not reading the output of the ipc process, you're not seeing any error - had you done ipcReadProcess(id) at the end, you'd have seen the failure message. Regards, Andrew.

Viewing all articles
Browse latest Browse all 33813

Trending Articles