RE: [sv-bc] E-mail Ballot: Respond by Oct 14, 2007 8am PDT

From: Bresticker, Shalom <shalom.bresticker_at_.....>
Date: Sun Oct 14 2007 - 09:03:26 PDT
Let me step back to something more basic.

In Verilog, if I have

module m;
integer i;
initial
	for (i=0; i<16;i=i+1) begin:a
		reg r ;
	end
endmodule

Then r has a hierarchical name of m.a.r, correct?

If in SV, I write

module m;
initial
	for (int i=0; i<16;i=i+1) begin:a
		reg r ;
	end
endmodule

Can I hierarchically reference r? If so, what is its hierarchical name?

Thanks,
Shalom
---------------------------------------------------------------------
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 MailScanner, and is
believed to be clean.
Received on Sun Oct 14 09:03:47 2007

This archive was generated by hypermail 2.1.8 : Sun Oct 14 2007 - 09:04:00 PDT