RE: [sv-ec] Re: [sv-bc] Slides for name resolution face to face

From: Maidment, Matthew R <matthew.r.maidment_at_.....>
Date: Thu Sep 27 2007 - 16:21:26 PDT
>-----Original Message-----
>From: Gordon Vreugdenhil [mailto:gordonv@model.com] 
>Sent: Thursday, September 27, 2007 7:09 AM
>To: Jonathan Bromley
>Cc: Steven Sharp; Mark.Hartoog@synopsys.com; sv-bc@eda.org; 
>sv-ec@eda.org; Maidment, Matthew R
>Subject: Re: [sv-ec] Re: [sv-bc] Slides for name resolution 
>face to face
>
>
>
>Matt, I don't recall whether you ended up reluctantly
>agreeing to the approach that I was suggesting or whether
>you still want to champion the "try again" rules.  Can
>you comment on where you are on this point?

I'm of the "try again" camp.  Here's an example that is handled
differently by different implementations:

module top();
middle middle();
endmodule

module middle();
logic abcd;
endmodule

module foo();
  bar top();
endmodule

module bar();
leaf middle();
endmodule


module leaf();
bit abce;
initial
  $display("top.middle.abcd=%b",top.middle.abcd);

endmodule

module other();
logic abcd;
endmodule

and I prefer that top.middle.abcd can be resolved.

Matt

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Sep 27 16:21:43 2007

This archive was generated by hypermail 2.1.8 : Thu Sep 27 2007 - 16:23:04 PDT