Help for this page

Select Code to Download


  1. or download this
    #Logic Gates Routines
    $t=0;
    ...
    print "@net \r\n";
    print "@gate \r\n";
    exit 0;
    
  2. or download this
     open(DAT, $data_file) || die("Could not open file!");
     @raw_data=<DAT>; 
    ...
    join(",",@net);
    print "The net array is @net \r\n";
    print "The gate array is @gate \r\n";