Help for this page

Select Code to Download


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