can I interface java with cadence.If so how can I do it? Thanks
Hi, you can use the ipc* procedures to spawn an external process from DFII. This process may be written in Java if you want. There are some examples in the documentation. There are also some examples here on the list how to interface with a scripting language like Tcl. Important is that DFII must be the mother process.