M
Michael
Guest
Hello all,
I've discovered a new way of ports declaration. Could somebody
exlain to me how it works and how can it be used for design?
module same_port (.a(i), .b(i));
module renamed_concat (.a({b,c}), f, .g(h[1]));
module complex_ports ({c,d}, .e(f));
Thanks a lot.
I've discovered a new way of ports declaration. Could somebody
exlain to me how it works and how can it be used for design?
module same_port (.a(i), .b(i));
module renamed_concat (.a({b,c}), f, .g(h[1]));
module complex_ports ({c,d}, .e(f));
Thanks a lot.