Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62640

Forum Post: How to use a custom netlist procedure (and OSSHNL-116 error)

$
0
0
Hello, I would like to ask some information on how to desing and use a custom netlist procedure. I have this scenario A cell called mycell_1 (of library mylib) has a schematic view. In the schematic, I instance the cell mycell_2 (from the same library) and mycell_2 has a schematic and a symbol view. Then, I add a config view to mycell_1 and select to use the schematic view for both cells. Finally, I try to create a spectre netlist through adexl and all is fine. Next, I add a new view to mycell_2, called "customnetlist" and of type "text". I don't fill in this view, I just want it to exist. Then I call this function in the CIW: (almSetNetlistProcedure "mylib" "mycell_2" 'NetlistTextNetlist ?view "customnetlist") In the config view of mycell_1 I choose to use customnetlist view for mycell_2. Now, when I netlist mycell_1, I get this error: ERROR (OSSHNL-116): Unable to descend into any of the views defined in the view list, 'customnetlist veriloga ahdl spectre schematic av_analog_extracted av_extracted netlist', for the instance 'I1' in cell 'mycell_1'. Either add one of these views to the library 'mylib', cell 'mycell_2' or modify the view list to contain an existing view. So, I must have forgotten to specify some other options. Can you help me?

Viewing all articles
Browse latest Browse all 62640

Trending Articles