Help for this page

Select Code to Download


  1. or download this
    c_c
    b_c
    a_c
    
  2. or download this
    enable_pad : INBUF port map (PAD => enable, Y => enable_c);
    c_pad : INBUF      port map(PAD => c, Y => c_c);
    ...
    GND_i : GND       port map(Y => \GND\);
    Carry_O : MAJ3    port map(A => a_c, B => enableandc, C => b_c, Y => N
    +_5);
    modify : XOR2 port map (A=> c_c, B=> enable_c, Y => enableandc);
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    close (F1);
    close (F2);