Tuesday 10 January 2012

How To Add Facebook Like Box To Blogger

Facebook Page Is Also Good Way To Promote Blog And Increase Readers. This Facebook Box Will Help Your Visitor To Become Regular Reader Just By Clicking Like Button. Most Of Readers Like To Fetch Updates From Facebook Page(This Is Better Than Email Newsletter). Follow These Steps To Add Facebook Like Box To Blogger Blog.
  1. Login To Blogger Account.
  2. Click Blog Title → Layout → Add A Gadget.
  3. Select HTML / Javascript → Paste The Following Code In Content Box.

VHDL Code For Full Adder



Program :-
Program  for full adder-:
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

-- Uncomment the following library declaration if using
-- arithmetic functions with Signed or Unsigned values
--use IEEE.NUMERIC_STD.ALL;

Monday 9 January 2012

VHDL Code For Half Adder


Program For Half Adder Using Behavioral :-
Program  for half addder-:
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

-- Uncomment the following library declaration if using
-- arithmetic functions with Signed or Unsigned values
--use IEEE.NUMERIC_STD.ALL;

Sunday 8 January 2012

VHDL Code For NOR Gate


Program for NOR Gate:-
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
               

Saturday 7 January 2012

VHDL Code For XNOR Gate


Program for XNOR Gate:-
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
               

Friday 6 January 2012

VHDL Code For NAND Gate


Program for NAND Gate:-
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
               

Thursday 5 January 2012

VHDL Code For NOT Gate


Program for NOT Gate:-
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
               

Monday 2 January 2012

VHDL Code For AND Gate


Program for AND Gate:-
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
               

Comments System