Re: [IBIS-Users] RE: Error message question

From: abhishek goswami <zeal_goswami@yahoo.com>
Date: Tue Dec 02 2014 - 03:51:54 PST
Hi All,I have basic question about IBIS vs spice validation. Do we have any open source tool which generate report or give information about ibis file with respective spice. How much is it correlated?  or do we have any other method which help us to do validation?.
Thanks
Abhishek Goswami
Phone No -07829580867/9962270999
Skype : abhishekgoswami1
      From: Girija V Chougala <gvch@cypress.com>
 To: "Romero, Hernan" <HRomero@ALLEGROMICRO.com>; Lance Wang <lwang@iometh.com> 
Cc: "ibis-users@eda.org" <ibis-users@eda.org> 
 Sent: Tuesday, 2 December 2014 5:11 PM
 Subject: RE: [IBIS-Users] RE: Error message question
   
#yiv1473580353 #yiv1473580353 -- _filtered #yiv1473580353 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv1473580353 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv1473580353 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv1473580353 #yiv1473580353 p.yiv1473580353MsoNormal, #yiv1473580353 li.yiv1473580353MsoNormal, #yiv1473580353 div.yiv1473580353MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;}#yiv1473580353 a:link, #yiv1473580353 span.yiv1473580353MsoHyperlink {color:blue;text-decoration:underline;}#yiv1473580353 a:visited, #yiv1473580353 span.yiv1473580353MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv1473580353 p.yiv1473580353MsoAcetate, #yiv1473580353 li.yiv1473580353MsoAcetate, #yiv1473580353 div.yiv1473580353MsoAcetate {margin:0in;margin-bottom:.0001pt;font-size:8.0pt;}#yiv1473580353 span.yiv1473580353BalloonTextChar {}#yiv1473580353 span.yiv1473580353EmailStyle19 {color:windowtext;}#yiv1473580353 span.yiv1473580353EmailStyle20 {color:#1F497D;}#yiv1473580353 span.yiv1473580353EmailStyle21 {color:#1F497D;}#yiv1473580353 span.yiv1473580353EmailStyle22 {color:#1F497D;}#yiv1473580353 span.yiv1473580353EmailStyle23 {color:#1F497D;}#yiv1473580353 .yiv1473580353MsoChpDefault {font-size:10.0pt;} _filtered #yiv1473580353 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv1473580353 div.yiv1473580353WordSection1 {}#yiv1473580353 Hi Hernan, Can you update the following in your s2ibis3.csh file and check,    # Check the Java version - we require at least 1.4 # |& pipes the stdout to the 'grep' program. || is the logical 'OR' $javaprog -version |& grep "java version.*1\.4" || $javaprog -version |& grep "java version.*1\.5" ||$javaprog -version |& grep "java version.*1\.6" || goto javaversion    Regards, Girija       From: owner-ibis-users@eda.org [mailto:owner-ibis-users@eda.org]On Behalf Of Romero, Hernan
Sent: Tuesday, December 02, 2014 4:53 PM
To: Lance Wang
Cc: ibis-users@eda.org
Subject: RE: [IBIS-Users] RE: Error message question    Hi Lance,    I meant to write:    ./s2ibis3.csh -root ../../java/ -s2ibis3 buffer.s2i    So I’m actually pointing to a directory. I will talk to IT to see if they can update the java version, but from the error message the version should be compatible with the software.    Thanks for the help Hernan    From: Lance Wang [mailto:lwang@iometh.com]
Sent: Monday, December 01, 2014 3:29 PM
To: Romero, Hernan
Cc: ibis-users@eda.org
Subject: Re: [IBIS-Users] RE: Error message question    You need to add one more “/“ after java. The –root should point to a directory.     If it is still not working, try to update your Java.    Good luck.    Lance Wang IO Methodology Inc. 978-274-2252       On 12/1/14, 12:15 PM, "Romero, Hernan" <HRomero@ALLEGROMICRO.com> wrote:    
Thanks for the input, Lance. If I got it right what you were suggesting is running the software like this:   ./s2ibis3.csh -root ../../java -s2ibis3 buffer.s2i   However unfortunately I’m getting the same error message. Any other inputs or suggestions?   Thanks Hernan     From: Lance Wang [mailto:lwang@iometh.com]
Sent: Wednesday, November 26, 2014 11:30 AM
To: Romero, Hernan
Cc: ibis-users@eda.org
Subject: Re: [IBIS-Users] RE: Error message question   Try to run it from the ex1 and the root should point to the directory that contains all java codes.   Good luck.   Lance Wang IO Methodology Inc.   

-------- Forwarded Message --------  
| Subject:   | [IBIS-Users] RE: Error message question  |
| Date:   | Wed, 26 Nov 2014 13:49:41 +0000  |
| From:   | Romero, Hernan <HRomero@ALLEGROMICRO.com>  |
| To:   | ibis-users@eda.org <ibis-users@eda.org>  |




 Hello,   I’m new to IBIS and this is my first time trying to run it. I downloaded the latest version to my workstation, which runs Red Hat, Release 6.6 (Santiago), Kernel Linux 2.6.32-5041.3.el6.x86_64, GNMOE 2.28.2   I went through txt file and tried to run it as suggested. I made sure java version was above 1.4 (I’m running java version 1.4.2_13). This is my command line:   ./s2ibis3.csh -root ../s2ibis3_v1_1/examples/ex1 -s2ibis3 buffer.s2i   However this is what I’m getting:   java version "1.4.2_13" Running Java Exception in thread "main" java.lang.NoClassDefFoundError: s2ibis3 java version "1.4.2_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06) Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)   An error occured running the Java program. If the Java version above is less than 1.4, please install Java 2, ver 1.4.   Your help is highly appreciated. Best Regards     Hernan D. Romero -AST Design Manager Allegro Microsystems Argentina +54(11) 4541-0444 – +54(11) 4544-0776 Ext: 112 - Email:hromero@allegromicro.com     
-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is
believed to be clean.    

-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is
believed to be clean.  

-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is
believed to be clean.  
This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message.


-- 
This message has been scanned for viruses and
dangerous content byMailScanner, and is
believed to be clean.

  
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--------------------------------------------------------------------
|For help or to subscribe/unsubscribe, e-mail mikelabonte@eda-stds.org
|or ibis-request@eda-stds.org
|
|IBIS reflector archives exist under:
|
|  http://www.eda-stds.org/ibis/email_archive/ Recent
|  http://www.eda-stds.org/ibis/users_archive/ Recent
|  http://www.eda-stds.org/ibis/email/         E-mail since 1993
Received on Tue Dec 2 03:52:11 2014

This archive was generated by hypermail 2.1.8 : Tue Dec 02 2014 - 03:52:14 PST