****************************************************************************** ********************* 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 ibischk-bug@vhdl.org. A list of reported bugs will be maintained on vhdl.org. ****************************************************************************** PARSER VERSION NUMBER: IBISCHK3 V3.2.5 compiled for Windows 95 PLATFORM (SPARC, HP700, PC, etc.): PC OS AND VERSION: Windows NT Server 4.0 Service Pack 6a REPORTED BY: Matthew Flora, HyperLynx DATE: 1 Aug 2000 DESCRIPTION OF BUG: Bug: The parser is failing to give a warning about the typical L_pkg value being outside of the min and max values. Cause: For a warning to be generated, the test in RNG_ParseRange() requires that the typ value be: - less than both min and max or - greater than both min and max It should give a warning if typ is less than min or if typ is greater than max. This same problem can also be found in DIFPIN_ParseLine(). INSERT IBIS FILE DEMONSTRATING THE BUG: [IBIS Ver] 3.1 [File Name] badorder.ibs [File Rev] 0.1 | |*************************************************************** | [Component] TEST [Manufacturer] Test File [Package] | variable typ min max R_pkg 250.0m 225.0m 275.0m L_pkg 2.0nH 4.0nH 10.0pH C_pkg 5.0pF 4.0pF 5.0pF | |*************************************************************** | [Pin] signal_name model_name 1 One_Pin NC | [End] ****************************************************************************** ******************** BELOW FOR ADMINISTRATION AND TRACKING ******************* ****************************************************************************** BUG NUMBER: 46 SEVERITY: [FATAL, SEVERE, MODERATE, ANNOYING, ENHANCEMENT] ENHANCEMENT PRIORITY: [HIGH, MEDIUM, LOW] LOW STATUS: [OPEN, CLOSED, WILL NOT FIX, NOT A BUG] CLOSED FIXED VERSION: 3.2.6 FIXED DATE: January 2, 2001 NOTES ON BUG FIX: Classified at the August 11, 2000 IBIS Meeting. Decision to fix BUG46 was made at the August 25, 2000 IBIS Meeting. At the November 17, 2000 IBIS Meeting, the fix to BUG46 was restricted to just L_pkg, C_pkg and R_pkg. Atul Agarwal had previously noted that BUG19 dealt with Warning that typ just be within the min and max range, regardless of whether min or max were greater or less than each other. ****************************************************************************** ******************************************************************************