[sv-bc] Agenda: Aug 16 SV-BC Meeting

From: Maidment, Matthew R <matthew.r.maidment@intel.com>
Date: Fri Aug 13 2010 - 16:03:40 PDT

SV-BC Meeting
Date: Monday, August 16, 2010
Time: 9:00am-11:00am PDT

Toll Free Dial In Number in North America: 1-888-813-5316
Caller Paid Dial In Number: 1-650-584-6338
Meeting ID: 7839818

Agenda

+ Review IEEE patent policy
  http://standards.ieee.org/board/pat/pat-slideset.ppt
 
+ Previous Meeting Minutes

http://www.eda.org/sv-bc/minutes/sv-bc_10_08_02.txt
(Note: will not be posted until 8/14)
  
+ Mantis 696

Based on a discussion thread for this topic, static methods in
parameterized classes is close to providing sufficient capability:

  class F #(parameter type T = logic);
    static function logic [$bits(T)-1:0] f_inv (T in);
      logic [$bits(T)-1:0] in_vec;
      in_vec = {>>{in}};
      return ~in_vec;
    endfunction
  endclass

  module statclass(output logic [31:0] out,
                   input logic [31:0] in);
    always_comb
      out = F#(.T(type(in)))::f_inv(bar);
  endmodule

A limitation for this solution is the lack of static parameterized
functions. Discuss this as the potential solution.

+ Mantis 210
Please review Matt's note in Mantis:

  http://www.eda.org/svdb/view.php?id=210

+ Progress/Discussion for Top 10

Looking for proposal sketches or discussion for any of these issues.

   696 - Champion: Tom
  2310(1084, 1201) - Participants: Eric, Tom, Shalom, Steven,
                     Wilson Snyder
  3053 - Participants: Francoise, Mark, Alex, Kaiming
  3055 - Participants: Gord, Mark
  2991 - Champion: Tom, Participants: Steven
  1566 - For future discussion
  2114 - Similar to 3053. Have same group look at it.
   210 - Participants: Shalom, Matt
  3056 - Champion: Shalom, Participants: Steven, Francoise

Action Items

Outstanding
  05/10/10 Matt create Master Issue for WG-approved SV-BC Top-25
  07/19/10 Matt follow-up about voting rules for technical sub-committee.
           Is there a limit on the number of reps from 1 entity?
  07/19/10 Dave to post request to reflectors for clarification of 2108
  07/19/10 Jonathan post some items for discussion related to 2114 to reflector.
  07/19/10 Shalom to present update on 3056 in Aug 16 meeting.
  08/02/10 Brad give SV-BC feedback on Mantis 2992 to Mehdi
  08/02/10 Eric start reflector thread on Mantis 2310
  08/02/10 Gord meet F2F with Mark when in Bay Area

Complete
  06/21/10 Matt add a note about his input for 210

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Fri Aug 13 16:03:58 2010

This archive was generated by hypermail 2.1.8 : Fri Aug 13 2010 - 16:06:52 PDT