Help for this page

Select Code to Download


  1. or download this
    PinName1,Group1
    PinName2,Group1
    ...
    PinName6,AsyncInNoTimingArc
    PinName5,AsyncInNoTimingArc
    
  2. or download this
    $VAR1 = {
              'PinName1' => [
    ...
                              'Group1'
                            ]
            };
    
  3. or download this
    pin(PinName3) {
    direction       : input ;
    ...
    
    
    ** Found 3 occurrences of 'AsyncInNoTimingArc' **
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    mainCSV ($infile_CSV,$outfile_RX_CSV,$outfile_CSV);