Digital Electronics and Logic Design

Sunday, September 22, 2019

Write VHDL code for AND gate

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

entity test_or is
Port ( p : in STD_LOGIC;
q : in STD_LOGIC;
r : out STD_LOGIC);
end test_or;

architecture data_flow_test of test_or is
begin
r<= p AND q;
end data_flow_test;
Posted by Prof.Swarupkumar Shivaji Suradkar at 10:06 AM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

My photo
Prof.Swarupkumar Shivaji Suradkar
View my complete profile

Blog Archive

  • ►  2020 (6)
    • ►  July (2)
      • ►  Jul 04 (2)
    • ►  June (4)
      • ►  Jun 30 (1)
      • ►  Jun 27 (3)
  • ▼  2019 (20)
    • ►  November (1)
      • ►  Nov 12 (1)
    • ►  October (2)
      • ►  Oct 15 (1)
      • ►  Oct 14 (1)
    • ▼  September (17)
      • ►  Sep 23 (1)
      • ▼  Sep 22 (13)
        • Write VHDL code for Half Adder using Behavioral mo...
        • Write VHDL code for Half Adder using Data Flow Mod...
        • Write VHDL code for 3 bit Asynchronous down counte...
        • Write VHDL code for 4:1 MUX
        • Write VHDL code for JK Flip Flop
        • Write VHDL code for NOR gate
        • Write VHDL code for NAND gate
        • Write VHDL code XNOR gate
        • Write VHDL code for XOR gate
        • Write VHDL code for NOT gate
        • Write VHDL code for AND gate
        • Write VHDL code for OR gate
        • Introduction to VHDL
      • ►  Sep 18 (3)
Simple theme. Theme images by luoman. Powered by Blogger.