I'm generating a netlist from CIW using:
simulator('spectre)
design("libName" "cellName" "viewName")
createNetlist()
This works fine but I would like to enclose the top level cell in .subckt/ends statements, similar to other cells in the hierarchy. Is that possible using the skill/ocean interface?
Thanks,
--Tavi