Help for this page

Select Code to Download


  1. or download this
    my $gate_name = 'nand2_1';
    my ($gtype, $gfirst, $gsecond) = ($gate_name =~ /^(\w+)(\d+)_(\d+)/);
    print "# $gtype # $gfirst # $gsecond #\n";
    
  2. or download this
    # nand # 2 # 1 #