******************************************************************************
********************* 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 www.ibis.org.

******************************************************************************

PARSER VERSION NUMBER: IBISCHK6 V6.1.2, IBISCHK6 V6.1.3

PLATFORM (SPARC, HP700, PC, etc.): PC

OS AND VERSION: Windows 10

REPORTED BY: Bob Ross, Teraspeed Labs

DATE: November 14, 2016

DESCRIPTION OF BUG:

No E4669 is reported when Reserved_Parameters for AMI_Version 6.1 are entered
as Model_Specific parameters.

The test case below enteres the AMI_Version 6.1 Reserved_Parmeters under the
Model_Specific branch.  No Errors are reported.

Note, the workaround in BUG180 should now produce and Error, unless the
AMI_Version is 6.0.

-----

INSERT IBIS FILE DEMONSTRATING THE BUG:

----------
bug184.ami
----------

(bug184
  (Reserved_Parameters 
    (AMI_Version (Usage Info) (Type String) (Value "6.1"))
    (Init_Returns_Impulse (Usage Info)(Type Boolean)(Value True))
    (GetWave_Exists (Usage Info)(Type Boolean)(Value True))
  )

| AMI_Version 6.1 Reserved Parameters below should each generate E4669

  (Model_Specific
    (Resolve_Exists (Usage Info) (Type Boolean) (Value True))
    (Model_Name (Usage In) (Type String) (Value "ignore_me"))
    (Modulation (Usage Info)(Type String) (Value "NRZ"))
    (PAM4_Mapping (Usage Info)(Type String) (Value "0123"))
    (PAM4_LowerThreshold (Usage Info)(Type Float) (Value 0.9))
    (PAM4_CenterThreshold (Usage Info)(Type Float) (Value 1.0))
    (PAM4_UpperThreshold (Usage Info)(Type Float) (Value 1.1))
    (PAM4_LowerEyeOffset (Usage Info)(Type Float) (Value 1.0))
    (PAM4_CenterEyeOffset (Usage Info)(Type Float) (Value 1.0))
    (PAM4_UpperEyeOffset (Usage Info)(Type Float) (Value 1.0))
  )
)

******************************************************************************
******************** BELOW FOR ADMINISTRATION AND TRACKING *******************
******************************************************************************

BUG NUMBER:                                                 184

SEVERITY: [FATAL, SEVERE, MODERATE, ANNOYING, ENHANCEMENT]  MODERATE

PRIORITY: [HIGH, MEDIUM, LOW]                               MEDIUM

STATUS: [OPEN, CLOSED, WILL NOT FIX, NOT A BUG]             CLOSED

FIXED VERSION:  6.1.4

FIXED DATE:  June 28, 2017

NOTES ON BUG FIX:
Classified at the December 16, 2016 IBIS Teleconference Meeting.
To be fixed in the next release of ibischk6.

June 28, 2017
Illegal Model_Specific parameters correctlyreported for Versions
5.0, 5.1, 6.0, 6.1  (E4709)

******************************************************************************
******************************************************************************