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