- or download this
Width = 32
<uart0_rx_data : 16'h0000>
...
RESERVED 31:8
RXDATA 5:0
</uart0_rx_data>
- or download this
if($line =~ m/^Width[\s]*\=[\s]*\d+$/) # to match Width
...
printf "Garbage found: \"%s\" \n",$line;
}
- or download this
sub validate_save_regs
{
...
printf "Garbage found %s\n", $line;
}
}