i have several lines of code as below
write_x("top.inst1.inst2.reg",32'h30,status,"string"); write_x("mod.ins5.ins7.val",{24'h0,4'h2,variable1,variable2},status,"s +tring");
i am trying to change the above 2 lines to the format
i have written a scriptwriting.reg("top.inst1.inst2.reg").write(status,32'h30); writing.reg("mod.ins5.ins7.val").write(status,{24'h0,4'h2,variable1,va +riable2});
the problem is for the second line...{24'h0,4'h2,variable1,variable2} i need to find a way to say the split command to exclude , in this {} ..Thanks in advanceopen (input_file,"input.txt") || die"cannot open file"; open (output_file,"output.txt") || die"cannot open file"; $line = input_file; while ($line ne "") { @words = split(/[(,"]/,$line); if($word[0]=~/write_x/) { foreach(@word) { print $index; if( $_=~/write_x/) { print output_file_ex ("writing.reg(\"$word2\").write($word[5 +,]$word[4]);\n");} } else { print output_file_ex ($line); } $line = <input_file>; }
In reply to want to ignore pattern under{} in split command by jag194u
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |