in reply to Re: Bug in script, regex help req extreme urgent
in thread Bug in script, regex help req extreme urgent
Then the output ismy $match = "(?<=module ).*?$ARGV[2].*?([\\(;])";
this does not solve the issue :(//Verilog HDL for "tt", "hh" "functional" // if i write the word module module NEW(Y, A, B ); output Y; input A; input B; endmodule
|
|---|