标签:
it |
分类: 学习 |
|
#!/usr/bin/perl
use File::Find; use File::stat; use File::Copy; use Cwd; require "glob_hash.pl"; sub wanted { #!/usr/bin/perl #system "nlint -f $1.file.list.v -out $1.nlint -sort s -beauty -r 16651 -r 16905"; #system "nlint -f tmp -out $1.nlint -verilog -sort s -beauty -r 16651 -r 16905"; system "nlint -f tmp -out $1.nlint -verilog -sort s -beauty "; BLOCK } my $dir = Cwd::getcwd(); if ( !-d nlint ) { } File::Find::find(\&wanted,
"$dir"); close($read_file_list_hdl); |

加载中…