Help for this page

Select Code to Download


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