Help for this page
module mux_test( din_0 , ... output [7:0] mux_out; //just as an example //stuff, stuff, and more stuff endmodule
sub show_hier { # Recursively descend through module hierarchy, ... show_hier($cell->submod(), $indent, $hier, $cell->name()) if $c +ell->submod(); } }