****************************************************************************** ********************* 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: 5.1.3 PLATFORM (SPARC, HP700, PC, etc.): PC OS AND VERSION: Windows 7 REPORTED BY: Yingxin Sun, Cadence Design Systems. DATE: April 5, 2013 DESCRIPTION OF BUG: the file testdata.c contains an incorrect pointer name on line 1189 Current code if (pTdata_in->pRisingFall) Should be if (pTdata_in->pRisingFar) The impact of this mistake is not known nor usually caught during compilation. Acording to Atul Agarwal: This is not caught because this code is conditional #if (IBIS_MEMCONSERVE == 1) We usually do not set this MACRO hence the illegal pointer does not get checked ------- INSERT IBIS FILE DEMONSTRATING THE BUG: None ****************************************************************************** ******************** BELOW FOR ADMINISTRATION AND TRACKING ******************* ****************************************************************************** BUG NUMBER: 145 SEVERITY: [FATAL, SEVERE, MODERATE, ANNOYING, ENHANCEMENT] ANNOYING PRIORITY: [HIGH, MEDIUM, LOW] LOW STATUS: [OPEN, CLOSED, WILL NOT FIX, NOT A BUG] CLOSED FIXED VERSION: Version 5.1.4 FIXED DATE: July 9, 2013 NOTES ON BUG FIX: Classified at the June 7, 2013 Teleconference Meeting and to be fixed in the next release. Approved at the July 19, 2013 Teleconference Meeting ****************************************************************************** ******************************************************************************