****************************************************************************** ********************* IBIS GOLDEN PARSER BUG REPORT FORM ********************* ****************************************************************************** INSTRUCTIONS To report a bug in the IBIS golden parser. Please fill out the top part of the following form and send the complete form to ibis-bug@eda.org. A list of reported bugs will be maintained on eda.org. ****************************************************************************** PARSER VERSION NUMBER: 4.0.2 PLATFORM (SPARC, HP700, PC, etc.): PC OS AND VERSION: Windows XP Professional REPORTED BY: Michael Mirmak, Intel Corp. DATE: May 6, 2004 DESCRIPTION OF BUG: A typographical error in the wvfrm.h header file causes warning messages to appear during compilation. The problem line is extern void WVFRM_Fini(char *, BOOL); This function is defined on line 161 of the file wvfrm.c as: void WVFRM_Fini(char *psLabel_in, WVFRM_TYPE eWtype) To properly match the function definition, the header line should be changed to: extern void WVFRM_Fini(char *, WVFRM_TYPE ); Thanks to J. Eric Bracken of Ansoft for suggesting the fix. INSERT IBIS FILE DEMONSTRATING THE BUG: The BUG is only demonstrated on compilation. No known impact to output or functionality when parsing an IBIS model. ****************************************************************************** ******************** BELOW FOR ADMINISTRATION AND TRACKING ******************* ****************************************************************************** BUG NUMBER: 85 SEVERITY: [FATAL, SEVERE, MODERATE, ANNOYING, ENHANCEMENT] ANNOYING PRIORITY: [HIGH, MEDIUM, LOW] LOW STATUS: [OPEN, CLOSED, WILL NOT FIX, NOT A BUG] CLOSED FIXED VERSION: 4.1.1 FIXED DATE: April 10, 2005 NOTES ON BUG FIX: Classified at the May 14, 2004 IBIS Open Forum meeting. Will be fixed in the next release. Fixed in version 4.1.1. ****************************************************************************** ******************************************************************************