Dear Forum,
I saw this syntax in some open source coding :
generate
for (i=0;i<`N ;i=i+1) begin:gen_label
wire p ;
...
end
endgenerate
assign sig = gen_label[0].p; // use of 'gen_label' as signal here
I am wondering if this is correct and what it means exactly ?
Many Thanks
Jamal