ocnPrint() problem in spectre

V

vivian

Guest
Hi, I am trying to use ocnPrint() to print the output in text data in
spectre. But it keeps saying Syntax error in ocnPrint. I can not
figure our what is wrong.
I tried both of the following:

ocnPrint(v("7"))
and
ocnPrint(v("/7"))

Thank you..
 
In article <1130165590.337681.259210@g49g2000cwa.googlegroups.com>,
wangllu@yahoo.com says...
Hi, I am trying to use ocnPrint() to print the output in text data in
spectre. But it keeps saying Syntax error in ocnPrint. I can not
figure our what is wrong.
I tried both of the following:

ocnPrint(v("7"))
and
ocnPrint(v("/7"))
Do you need to escape the "'s.?

ocnPrint(v(\"/7\"))


--
Svenn
 
vivian wrote:
Hi, I am trying to use ocnPrint() to print the output in text data in
spectre. But it keeps saying Syntax error in ocnPrint. I can not
figure our what is wrong.
I tried both of the following:

ocnPrint(v("7"))
and
ocnPrint(v("/7"))

Thank you..
Hi,

Just making sure that you are calling ocnPrint from Ocean not not
directly from the Spectre netlist...

Regards,
John
 
On 24 Oct 2005 07:53:10 -0700, "vivian" <wangllu@yahoo.com> wrote:

Hi, I am trying to use ocnPrint() to print the output in text data in
spectre. But it keeps saying Syntax error in ocnPrint. I can not
figure our what is wrong.
I tried both of the following:

ocnPrint(v("7"))
and
ocnPrint(v("/7"))

Thank you..
I'm wondering if you have a quote or bracket mismatch earlier in the code
which is causing this. There is no particular reason why these lines should
fail - certainly not with syntax errors. I just used an identical expression
in a testcase I have, and it worked perfectly, as I'd expected.

Regards,

Andrew.
 
Thank you all for your help.
Do you mean that I should start Ocean command after the spectre netlist
is
created?
 

Welcome to EDABoard.com

Sponsor

Back
Top