Attendees: Gerald Chan, Ric Dokken, Scott Franzen, Carey Garrenton, Greg Maston, Jim O'Reilly, Ernie Wahl Line and clause numbers if any are with regard to STIL.4 syntax document D02 dated March 21, 2016. - Discussed Ric's test_instance_stmt proposal with reference to TestTypeStatement.doc (Ernie email dated 3/17/2016) and "STIL 4 Proposal to Support Test Blocks without TestType Blocks.pdf" (Ric email dated 3/22/2016). - Jim offered an alternate proposal that accomplishes the same goal - see example below. Jim's alternate syntax proposal via example allows for TestType redefinition per instantiation: Test DSPtest1 { TestType DSPTestMethod { Parameters { In sigref_expr sigref = 'AnalogOut'; In Frequency sampleRate = 200kHz; In Decibels SNR = 53dB; In Percent THD = 0.2%; } } } Test DSPtest2 { TestType DSPTestMethod { Parameters { In sigref_expr sigref = 'AnalogOut'; In Frequency sampleRate = 200kHz; In Decibels SNR = 53dB; In Percent THD = 0.2%; In Voltage amplitude = 1V; } } } - No conclusions yet. (EDITOR'S NOTE: However, there is tentative agreement, pending giving WG members time to think through the ramifications)