Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
        s/\b module \s+ OLD \b/module NEW/xms;
        print $_;
    }
    
  2. or download this
    __DATA__
     //Verilog HDL for "tt", "hh" "functional"
    ...
        input B;
    
    endmodule
    
  3. or download this
     //Verilog HDL for "tt", "hh" "functional"
    // if i write the word module here the script goofs up
    ...
        input B;
    
    endmodule