[sv-ec] Query regarding overriding of parent scope semantics in child scope.

From: Sandeep Dasgupta <sandeep_at_.....>
Date: Wed Sep 05 2007 - 04:12:47 PDT
I have a query regarding the following testcase,
/
module top;
          typedef int  myint ;

           task t1;
               input  myint;           //       
           endtask
endmodule

/The intent of the tescase is to test whether a variable with same name 
in child scope can be written overriding the
parent scope semantics. /
/Could the above testcase be considered as a positive one.
Also is it  necessary to report error at "/input  myint;  /" so as to 
avoid the name space clash.
Please convey your suggestions.

Thanks And Regards,
Sandeep Dasgupta.
/  
/



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Sep 5 04:17:29 2007

This archive was generated by hypermail 2.1.8 : Wed Sep 05 2007 - 04:17:45 PDT