RE: [sv-bc] Mantis 1465

From: danielm <danielm_at_.....>
Date: Fri Mar 14 2008 - 03:09:49 PDT
1. There is lot of examples in this proposal, but they are still not
complete. If it it decided to add all those examples I think that for
clearence there should more of them (if they are ommited user may be
confused):
 
module mh4(input var x);          // input variable logic x
module mh4(var x);          // input variable logic x
module mh4(input var integer x);          // input variable integer x
 
module mh2(var integer x);        // ERROR

 module mh2(inout var integer x);        // ERROR

 

 

2.There is :

"If the port kind is omitted, it shall be determined as specified below."

 

While below we have some examples. IMHO this should be specified more
precise where described rules can be found.

 

3.There is:

"-          If the direction is present, but the port kind and data type are
omitted, then the port shall default to a net of default net type."

 

Is it true? IE: above rule will cause that y is a net, IMHO it should be a
var. Aboce rule also do no define what happen with data type

module mh6(input x, output y);     

So the rulse should be :

"-          If the direction is present, but the port kind and data type are
omitted, then the port shall default to logic type, and kind should be
default for defined direction.(as described .....)"

 

 

4. There is:

"-          If the data type is present, but the port kind is omitted, then
the port kind shall be determined as specified below."

Where is below????

 

 

Summary for subsequent port:

*	

	direction is always inherited?
*	

	kind is inherited only when all direction, kind and type are
ommitted?
*	

	type is inherited only when all direction, kind and type are
ommitted?

DANiel

  _____  

From: owner-sv-bc@server.eda.org [mailto:owner-sv-bc@server.eda.org] On
Behalf Of Bresticker, Shalom
Sent: Thursday, March 13, 2008 12:56 PM
To: sv-bc@server.eda.org
Subject: [sv-bc] Mantis 1465



<<1465_D4.V3.doc>> 
Here is a revised proposal for Mantis 1465. I think it is ready for a vote. 

Thanks, 
Shalom 

Shalom Bresticker 
Intel Jerusalem LAD DA 
+972 2 589-6582 
+972 54 721-1033 

---------------------------------------------------------------------

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  <http://www.mailscanner.info/> 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 Fri Mar 14 03:10:59 2008

This archive was generated by hypermail 2.1.8 : Fri Mar 14 2008 - 03:11:43 PDT