From: Brad Pierce (Brad.Pierce@synopsys.com)
Date: Tue Oct 15 2002 - 15:58:21 PDT
Precedence: bulk
>Number: 165
>Category: errata
>Originator: "Brad Pierce" <Brad.Pierce@synopsys.com>
>Environment:
>Description:
Because the types (integer, real, realtime, time) of parameters
and localparams are the same as those of function/task ports,
the BNF of 13.11.1 (A.2.1.1) could be simplified, replacing
| localparam integer list_of_param_assignments ;
| localparam real list_of_param_assignments ;
| localparam realtime list_of_param_assignments ;
| localparam time list_of_param_assignments ;
with
| localparam task_port_type list_of_param_assignments ;
and replacing
| parameter integer list_of_param_assignments
| parameter real list_of_param_assignments
| parameter realtime list_of_param_assignments
| parameter time list_of_param_assignments
with
| parameter task_port_type list_of_param_assignments
Additionally, should task_port_type be moved to A.2.2.1?
I don't see much difference in kind between it and
output_variable_type.
-- Brad
This archive was generated by hypermail 2.1.4
: Tue Oct 15 2002 - 16:00:56 PDT
and
sponsored by Boyd Technology, Inc.