set file_v [glob "*.v"]
foreach tempo $file_v {
regexp {.+[define.v]+} $tempo match ; #this variable match indicates next operation
if ( match = 1 ) {
.....} else {
set file_v [glob "*.v"]
foreach tempo $file_v {
regexp {.+[define.v]+} $tempo match ; #this variable match indicates next operation
if ( match = 1 ) {
.....} else {
set file_v [glob "*.v"]
foreach tempo $file_v {
regexp {.+[define.v]+} $tempo match ; #this variable match indicates next operation
if ( match = 1 ) {
.....} else {