spectre options

E

ecnedad

Guest
Hello!
I'm running a spectre and I want to hide all messages that printing
out in the terminal.
I've tried the spectre options -note, -info, -error, -warning, and -
debugg but messages still
appeared in the terminal.
Also I've launched icfb by "icfb &" command.

Could anyone help me to hide all messaged in the terminal?

Thank you and God bless! ☺
 
Hi,

I'm not sure I've understand your question. Are you running spectre
from ADE and getting messages into the Unix Terminal where Cadence has
been launched from ?

Riad.
 
On Jul 18, 7:03 am, Riad KACED <riad.ka...@gmail.com> wrote:
Hi,

I'm not sure I've understand your question. Are you running spectre
from ADE and getting messages into the Unix Terminal where Cadence has
been launched from ?

Riad.
No, I'm not using ADE.
I'm running the spectre remotely.
I'm using rsh and then execute the batch file "runSpectre".
This batch file contains the "spectre" commands that run the
spectreFinal.

After I execute the runSpectre in terminal, all messages were
displayed in the terminal where I've execute the rsh and runSpectre.
I want to hide all messages in the terminal.
Hope you have a solution for this problem.
Thank you very much.
 
oliver wrote, on 07/18/08 11:19:
On Jul 17, 9:00 pm, ecnedad <ecne...@gmail.com> wrote:
On Jul 18, 7:03 am, Riad KACED <riad.ka...@gmail.com> wrote:

Hi,
I'm not sure I've understand your question. Are you running spectre
from ADE and getting messages into the Unix Terminal where Cadence has
been launched from ?
Riad.
No, I'm not using ADE.
I'm running the spectre remotely.
I'm using rsh and then execute the batch file "runSpectre".
This batch file contains the "spectre" commands that run the
spectreFinal.

After I execute the runSpectre in terminal, all messages were
displayed in the terminal where I've execute the rsh and runSpectre.
I want to hide all messages in the terminal.
Hope you have a solution for this problem.
Thank you very much.

what about redirecting the messages into a file: runSpectre > dump.txt
You can do:

spectre =log /path/to/log/file input.scs

or if you don't want a log file at all, for some reason, you can do:

spectre =log /dev/null input.scs

The =log says to only write to a log file, and not to the terminal.

Regards,

Andrew.
 
On Jul 17, 9:00 pm, ecnedad <ecne...@gmail.com> wrote:
On Jul 18, 7:03 am, Riad KACED <riad.ka...@gmail.com> wrote:

Hi,

I'm not sure I've understand your question. Are you running spectre
from ADE and getting messages into the Unix Terminal where Cadence has
been launched from ?

Riad.

No, I'm not using ADE.
I'm running the spectre remotely.
I'm using rsh and then execute the batch file "runSpectre".
This batch file contains the "spectre" commands that run the
spectreFinal.

After I execute the runSpectre in terminal, all messages were
displayed in the terminal where I've execute the rsh and runSpectre.
I want to hide all messages in the terminal.
Hope you have a solution for this problem.
Thank you very much.
what about redirecting the messages into a file: runSpectre > dump.txt
 
On Jul 18, 6:57 pm, Andrew Beckett <andr...@DcEaLdEeTnEcTe.HcIoSm>
wrote:
oliver wrote, on 07/18/08 11:19:



On Jul 17, 9:00 pm, ecnedad <ecne...@gmail.com> wrote:
On Jul 18, 7:03 am, Riad KACED <riad.ka...@gmail.com> wrote:

Hi,
I'm not sure I've understand your question. Are you running spectre
from ADE and getting messages into the Unix Terminal where Cadence has
been launched from ?
Riad.
No, I'm not using ADE.
I'm running the spectre remotely.
I'm using rsh and then execute the batch file "runSpectre".
This batch file contains the "spectre" commands that run the
spectreFinal.

After I execute the runSpectre in terminal, all messages were
displayed in the terminal where I've execute the rsh and runSpectre.
I want to hide all messages in the terminal.
Hope you have a solution for this problem.
Thank you very much.

what about redirecting the messages into a file: runSpectre > dump.txt

You can do:

spectre =log /path/to/log/file input.scs

or if you don't want a log file at all, for some reason, you can do:

spectre =log /dev/null input.scs

The =log says to only write to a log file, and not to the terminal.

Regards,

Andrew.
Thank you very much Sir Andrew.
The =log works.
I've also try the option -note -info -error -warn -debug and it also
hide the messages in terminal.
But I've used the option =log to record the simulation information.
Thank you very much and God bless!
 

Welcome to EDABoard.com

Sponsor

Back
Top