Subject: Actions from 19th Committee Meeting 3/18/02
From: Peter Flake (flake@co-design.com)
Date: Tue Mar 19 2002 - 10:31:58 PST
Date: Mon, 10 Dec 2001 16:06:52 +0000
To: Dave Kelf <davek@co-design.com>
From: Peter Flake <flake@co-design.com>
Subject: Re: Verilog++ 13th Committee Meeting - 11/26/01
Cc: vlog-pp@eda.org
Page 18 - Attribute syntax still required from PeterF. Peter is targeting
this week to complete this.
Action: Peter to complete Attribute Syntax.
Attributes in modports
<modport_port> ::= <attribute_instance> <modport_port>
- | [<direction>] [<port_type>] <identifier>
| <identifier> '.' <identifier>
| <import_export> 'task' <named_task_proto>
| <import_export> 'function' <named_fn_proto>
- | <import_export> <identifier> {',' <identifier>}
Proposed new wording:Page 40 - Issues related to scheduling semantics discussion. Compatibility
issues with Verilog2K1. Also issues getting this through IEEE 1364 committee.
Action: Peter Consider this further given the need to make this straight
forward for the IEEE1364 committee.
We can probably limit the requirement to ensuring that execution of a single statement (not a block) containing no user task or function call is uninterrupted. This allows atomic test-and-set using assignment operators in an if statement.
There is one name space hierarchy in SUPERLOG ESS. A type name may be not be the same as an instance name.
Types include modules, interfaces, and data types. Instances include tasks, functions, procedures, variables, constants and labels as well as module and interface instances.
Pre-defined (built-in) names begin with $. For example $root is the name of the activation script.
Names are initially global. A new name space is defined by:
a module or interface
a task or function
a sequential or parallel block
a structure or union
Tasks and function definitions cannot be nested within themselves, but can be defined in modules or interfaces. Again the declaration in the closest enclosing scope is matched.
A data type can be defined in the global scope, a module, interface, task or function, using a typedef, and this name cannot be used for anything else within the same scope.
This archive was generated by hypermail 2b28 : Tue Mar 19 2002 - 11:42:15 PST