[ibis] s2ibis3 exception in getSpiceVIData using spectre

  • From: nicola adorni <nicola.adorni1991@xxxxxxxxx>
  • To: ibis@xxxxxxxxxxxxx
  • Date: Mon, 15 Apr 2019 09:11:00 +0200

Hi all,
I need some support for generating an IBIS model using Spectre. Inside the
java files I see that the default spice command for Spectre is:

"spectre -f nutascii -c 132 " + string + "  -r " + string2 + "  >" + string3

However, that doesn't work. According to Spectre reference manual (at least
for my version), all options must be put upfront the input and output
files. So, the default Spice command doesn't work, and I had to set my own
[Spice command] line. The correct one is:

[Spice command] spectre -f nutascii -c 132 -r {1} {0} >{2}

Please note that *the output file {1} must be specified before the input*,
because -r {1} still represents an option!

With the previous syntax the script correctly generate all output files
that are needed, and the values of VI tables make sense. However, I'm
getting the following:

exception while collecting spice data from out files (getSpiceVIData):
java.util.NoSuchElementException

I don't understand why it fails to collect data. Please help!!!
Kind regards,

Nicola

Other related posts:

  • » [ibis] s2ibis3 exception in getSpiceVIData using spectre - nicola adorni