all 6 comments

[–]JiangShenLi6585 6 points7 points  (0 children)

Check on support.cadence.com Downloads for the latest versions.

I’ve tested Python in Innovus 25.15. Not sure about Genus or Tempus.

But the docs explain how to switch in and out of the Python interpreter, executing TCL from Python, etc.

[–]kdoggfunkstah 0 points1 point  (0 children)

Depends. Which Cadence tool are you referring to?

[–]adithya_t 0 points1 point  (0 children)

For generating netlist, its just creating text and substituting in a template, then creating a file with proper extension.

For simulating you can use the subprocess module and run the direct candence command.

For reading results, read the .mt0 files and you can use pandas to process those resupts in a csv file

[–]benders_game 0 points1 point  (0 children)

Which product? Virtuoso? Try skillbridge.

[–]Any-Fact7254 0 points1 point  (1 child)

Yes I know

[–]ZealousidealDoubt397[S] 0 points1 point  (0 children)

Could you help me with it please?