OK, you have two choices (both require you to edit the "Base" CDF (you're showing the Effective CDF above - the Base CDF is necessary if you want to save to disk and the CDL netlister to run in background which is the default): Set the netlistProcedure to ansCdlSubcktCall - in this case it will netlist with whatever the CellName is (which in your case is OK as it matches the external subckt) Set the netlistProcedure to ansCdlCompParamPrim and then set modelName to NM_V1_23_07_can (this is needed if the cell name doesn't match how you want it netlisted). The ansCdlCompPrim is not intended for netlisting instances of subckts (i.e. with the namePrefix being "X"). Regards, Andrew.
↧