Help for this page

Select Code to Download


  1. or download this
    while ($ARGV[0] =~ /^([\-+])/)#Tool usage:chipgen.pl -ipxact <conf> -c
    +hipcore <name> {
     $arg = substr(shift, 1);
    $chipcore = shift                  if $arg =~ s/^chipcore//;
    # what will be stored in $chipcore 
    }
    
  2. or download this
     print "$program_name: Processing hierarchy map: $hmap->{inst}::$hmap->{busif}\n";
  3. or download this
    my $str = "$imap->{inst1}($imap->{busif1}) <-> $imap->{inst2}($imap->{busif2})";