.march_endSP(march_end), .serial_in_ctlr(serial_in_ctlr) , .memsafe(memsafe) , .mem_atpg_mode(mem_atpg_mode) , .tst_gatedclock(tst_gatedclock) , #### .march_endSP_1(march_end) .march_endSP_2(march_end) .march_endSP_3(march_end) #### while (my $line = ) { while ( $line =~ /-number_of_SP_mem_supp\s(\d+)/g ) { my $first = $1; #print "$first\n"; my @a = (1..$first); foreach(@a){ print("$_","\n"); } }