Apurva
> From owner-vlog-synth@eda.org Fri Feb 26 19:59 IST 1999
> X-UIDL: e53d589f4d431713992896d882e54f07
> X-Authentication-Warning: server.eda.org: majordom set sender to owner-vlog-synth@eda.org using -f
> Date: Fri, 26 Feb 1999 09:24:16 -0500 (EST)
> From: Jayaram Bhasker <jbhasker>
> To: vlog-synth@eda.org
> Subject: Hierarchical names: Verilog RTL synthesis
> X-Sun-Charset: US-ASCII
> Sender: owner-vlog-synth@eda.org
> Content-Type: text
> Content-Length: 378
>
> Here is another issue on which we need your feedback.
>
> Should hierarchical names be supported?
>
> Here is an example.
>
> module TOP;
>
> COMP c (a, b, d);
>
> always @(a)
> c.m = d; <<-- c.m is a hierarchical name.
> endmodule
>
> module BOT(q);
> input [0:2] q;
> wire [0:2] m;
>
> assign m = q;
> endmodule
>
> Please send in your feedback (vlog-synth@eda.org) by Mar 6.
>
> - bhasker
>