Help for this page

Select Code to Download


  1. or download this
    module top;
       buff b0 ();
    ...
       output out;
       assign out = ~in;
    endmodule
    
  2. or download this
    #!/usr/bin/env perl
    use Verilog::Netlist;
    ...
                show_hier ($cell->submod, $indent."  ", $hier, $cell->name
    +) if $cell->submod;
            }
        }