Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print "matched" if m/$nets[$i]/;
            }        
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            print "matched" if m/$var1/;
            }        
    }
    
  3. or download this
    design_modify1.vhd has following lines of codes 
    
    ...
        GND_i : GND port map(Y => \GND\);
        
        sum_1_CO0_i : MAJ3 port map(A => a_c, B => c_c, C => b_c, Y => N_5
    +);
    
  4. or download this
    nets.txt file has following codes...
    
    a_c
    b_c
    c_c