How to disable icfb messages while OCEAN script is running

M

Maofeng Yang

Guest
Hello Guys

After I use load("oceanScript.ocn") in icfb command window, the scripts runs, and a lot of message prompt in the icfb command window. The display of messages may slow down the running speed. So, is there any method to disable the display of these messages? Thanks a lot!

Maofeng
 
Maofeng Yang <manfred.maofeng.yang@gmail.com> writes:

Hello Guys

After I use load("oceanScript.ocn") in icfb command window, the scripts
runs, and a lot of message prompt in the icfb command window. The display
of messages may slow down the running speed. So, is there any method to
disable the display of these messages? Thanks a lot!

Does Options|Log filter... in the CIW solve your issue?

Yours,

--
Jean-Marc
 
The method posted by Jean-Marc works. Thanks a lot!

However, here I have a related question.
Now I can use use the following command to directly run OCEAN script in system terminal command window:
ocean oceanScript.ocn
then a lot of messages prompt in the system terminal command window.

So, how to disable the message in system terminal command window? Thanks a lot!

Maofeng
 
On 02/15/14 19:57, Maofeng Yang wrote:
The method posted by Jean-Marc works. Thanks a lot!

However, here I have a related question.
Now I can use use the following command to directly run OCEAN script in system terminal command window:
ocean oceanScript.ocn
then a lot of messages prompt in the system terminal command window.

So, how to disable the message in system terminal command window? Thanks a lot!

Maofeng

This has recently been asked on the Cadence Community forunms:

http://www.cadence.com/Community/forums/p/13024/19484.aspx#19484

However, there is going to be a new environment setting to suppress this
output:

envSetVal("asimenv.misc" "includeSimLogInOCEAN" 'boolean nil)

This isn't released yet; it's probably going to be in IC616 ISR6 (April
2014 timeframe). Also, there's a possibility it might change - but
that's the current plan.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top