Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyeal, i search "grep" words and found that it is Linux command.
I'm using window OS, however, i used scripts often when design QII projects. For this case, maybe, we can use below tcl code to extract warning information from rpt files:set a "*Warning (*"set f
while { >=0} {
if {} {
puts stdout $line
puts stdout " Warnings!!!"
} else {
# #puts stdout "NO Warnings!!!"
}
}
close $f