Hi Nahla, First of all, I removed the model file from your post because it was copyrighted material and so should not be published on our web site. Secondly, this would be easier because I think this was an LTSPICE model and so using the support for PSPICE models in IC616/IC617 would be easier - you could simply create a PSPICE view and paste the text there; the CDF would be created automatically. However, given the old (very old) IC614 version you're using, I think your issue is probably because of the numerical pin names. Instead of that, use sensibly named pins and then list them in the right order (with quotes around them). However, if you want to just use the numbers, then I think it's because your termOrder and termMapping is specified incorrectly. Should be: termOrder: "1" "2" "3" "4" "5" "6" "7" "8" termMapping: nil \1 \:1 \2 \:2 \3 \:3 \4 \:4 \5 \:5 \6 \:6 \7 \:7 \8 \:8 The termMapping is the mapping from the pin name to the way it's probed in spectre (which is by position). The numbers and the colons need to be escaped, hence the backslash (you wouldn't need to escape the name if it was just a named pin such as OFAINP or something like that. Regards, Andrew.Image may be NSFW.
Clik here to view.
Clik here to view.
