Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       }
     
     }
    
  2. or download this
    module circuit_17 (N1,N2,N3,N6,N7,N22,N23);
    input N1,N2,N3,N6,N7;
    ...
    nand nand2_5 (N22,N10,N16);
    nand nand2_6 (N23,N16,N19);
    endmodule