RE: [sv-bc] Resend: E-mail Ballot: Respond by 8am PDT, Tuesday, March 25

From: danielm <danielm_at_.....>
Date: Wed Mar 19 2008 - 02:55:27 PDT
1. There is lack of example for:
module mh7(input integer x); // input wire  integer x 




2. And I've one more question - what should happen when we use type which
wich is forbidden to be a net in context which implicitly enforce net nature
of a port ie:
module mh(input int x); // input wire  int x //int cannot be a NET!!!!!

class C;
endclass

module mh(input C x); // input wire  C x //class handle  cannot be a
NET!!!!!

It should be an error? Or it should implicitly be changed to variable
nature? IMHO it should be an error.

DANiel

-----Original Message-----
From: owner-sv-bc@server.eda.org [mailto:owner-sv-bc@server.eda.org] On
Behalf Of Bresticker, Shalom
Sent: Wednesday, March 19, 2008 10:00 AM
To: Brad Pierce
Cc: sv-bc@server.eda.org
Subject: RE: [sv-bc] Resend: E-mail Ballot: Respond by 8am PDT, Tuesday,
March 25

I replaced it by

module mh3([5:0] x, wire y);             // inout wire logic [5:0] x
                                         // inout wire logic y module
mh7(input var integer x, wire y); // input var integer x
                                         // input wire logic y

Shalom 

> -----Original Message-----
> From: Brad Pierce [mailto:Brad.Pierce@synopsys.com]
> Sent: Wednesday, March 19, 2008 10:27 AM
> To: Bresticker, Shalom
> Cc: sv-bc@eda.org
> Subject: RE: [sv-bc] Resend: E-mail Ballot: Respond by 8am PDT, 
> Tuesday, March 25
> 
> Shalom,
> 
> In 1465, shouldn't the following declaration of port 'y' be an error, 
> because it's a module port that is of variable kind and inout 
> direction?
> 
> module mh3([5:0] x, var y);             // inout wire logic [5:0] x
>                                         // inout var logic y
> 
> -- Brad
> 
> -----Original Message-----
> From: owner-sv-bc@eda.org [mailto:owner-sv-bc@eda.org] On Behalf Of 
> Bresticker, Shalom
> Sent: Wednesday, March 19, 2008 12:34 AM
> To: Maidment, Matthew R; sv-bc@eda.org
> Subject: RE: [sv-bc] Resend: E-mail Ballot: Respond by 8am PDT, 
> Tuesday, March 25
> 
> yes on all 3
> 
> > -----Original Message-----
> > From: owner-sv-bc@server.eda.org
> > [mailto:owner-sv-bc@server.eda.org] On Behalf Of Maidment, Matthew R
> > Sent: Wednesday, March 19, 2008 9:04 AM
> > To: sv-bc@server.eda.org
> > Subject: [sv-bc] Resend: E-mail Ballot: Respond by 8am PDT,
> Tuesday,
> > March 25
> > 
> > This is a resend of the ballot, including 2269.  Please
> make sure you
> > vote on 3 issues.
> > 
> > -You have until 8am PDT, Tuesday, March 25, 2008 to respond
> -An issue
> > passes if there are zero NO votes and half of the eligible  voters 
> > respond with a YES vote.
> > -If you vote NO on any issue, your vote must be accompanied by a 
> > reason.
> >  The issue will then be up for discussion during a future
> conference
> > call.
> > -Note: For some issues, the proposed action is captured in the bug 
> > note
> >        (resolve as duplicate, already addressed, etc.). 
> > 
> > As of the March 17, 2008 meeting, the eligible voters are:
> > 
> > Brad Pierce        
> > Shalom Bresticker  
> > Cliff Cummings      
> > Mark Hartoog        
> > Francoise Martinolle
> > Karen Pieper       
> > Dave Rich          
> > Steven Sharp       
> > Gordon Vreugdenhil
> > Stu Sutherland
> > Alex Gran
> > Don Mills
> > Heath Chambers
> > Tom Alsop
> > Doug Warmke
> > 
> > 
> > SVDB 1465 ___Yes   ___No
> > http://www.eda.org/svdb/view.php?id=1465
> > 
> > SVDB 1769 ___Yes   ___No
> > http://www.eda.org/svdb/view.php?id=1769
> > 
> > SVDB 2269 ___Yes   ___No
> > http://www.eda.org/svdb/view.php?id=2269
> > 
> > --
> > This message has been scanned for viruses and dangerous content by 
> > MailScanner, and is believed to be clean.
> > 
> > 
> > 
> ---------------------------------------------------------------------
> Intel Israel (74) Limited
> 
> This e-mail and any attachments may contain confidential material for 
> the sole use of the intended recipient(s). Any review or distribution 
> by others is strictly prohibited. If you are not the intended 
> recipient, please contact the sender and delete all copies.
> 
> 
> --
> This message has been scanned for viruses and dangerous 
> content by MailScanner, and is believed to be clean.
> 
> 
> 
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Mar 19 02:57:25 2008

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:57:54 PDT