Help for this page

Select Code to Download


  1. or download this
    File1 is as follows....
    architecture DEF_ARCH of fulladder_postsyn is 
    ...
    
        signal \GND\, \VCC\, N_5, a_c, b_c, c_c, sum_c, GND_0, VCC_0
             : std_logic;
    
  2. or download this
    File2 is as follows..
    component XOR2 
    ...
             B : in std_logic := 'U';
             Y : out std_logic);
    end component;