Home
About
Contact
Ticker
6/recent/ticker-posts
Header Ads Widget
Home
VLSI D&T
_VHDL CODE
__AND Gate
__OR Gate
__NOT Gate
__NAND Gate
__NOR Gate
__XNOR Gate
__XOR Gate
__Half Adder
__Half Substractor
__Full Adder
__4Bit UP COUNTER
__4Bit DOWN COUNTER
__D Flip_Flop
__SR Flip_Flop
__JK Flip_Flop
__T Flip_Flop
_UNIT1
__Syllabus
__Introduction To VHDL
__Language Elements
__Operators
_UNIT2
__Clock Skew
__Jitter
__Clock Distribution
__Power Distribution
__Power Optimization
__Interconnecting Routing
_UNIT3
AI
_UNIT 1.FOUNDATION
__Introduction To AI
_UNIT 2:Searching
_UNIT 3:Knowledge Representation
IOT
_UNIT 1:Fundamentals of IOT
_UNIT 2:Sensors Networks
_UNIT 3:Wireless Technologies for IOT
_UNIT 4:IP Based protocols for IOT
_UNIT 5:Data Handling & Analytics
_UNIT 6:Applications of IOT
CN&S
_UNIT 1:Introduction to LAN(Local Area Network)
_UNIT 2:Network Layer Part 1
_UNIT 3:Network Layer Part 2
Home
XOR Gate
XOR Gate
XOR Gate
Uma Ghume
August 15, 2020
XOR Gate
CODE
library IEEE;
use IEEE STD_LOGIC_1164.all;
entity xor_df is
port(a,b:in STD_LOGIC;
y:out STD_LOGIC);
end xor_df;
architecture data_flow of xor_df is
begin
y<=a xor b;
end data_flow;
Post a Comment
0 Comments
Ads
Report Abuse
About Me
Uma Ghume
View my complete profile
Categories
4Bit DOWN COUNTER
4Bit UP COUNTER
AI
AND Gate
Binary Adder
Clock Distribution
Clock Skew
D Flip_Flop
Digital Electronic
Full Adder
Half Adder
Half Subtractor
Interconnecting Routing
Introduction To AI
Introduction To VHDL
Jitter
JK Flip_Flop
Language Elements
Logic Gate
Microcontroller
NAND Gate
NOR Gate
NOT Gate
Operators
OR Gate
Power Distribution
Power Optimization
PSW(Program Status World)
SR Flip_Flop
Syllabus
T Flip_Flop
UNIT 1.FOUNDATION
UNIT1
UNIT2
VHDL CODE
VLSI D&T
XNOR Gate
XOR Gate
LATEST POSTS
ADVANTAGES AND DISADVANTAGES OF 8051 MICROCONTROLLER
ADVANTAGES AND DISADVANTAGES OF 8051 MICRO-CONTROLLER ADVANTAGES The hardware is less because of single chip microcomputer system. This redu...
APPLICATION OF 8051 MICROCONTROLLER
APPLICATION OF 8051 MICRO-CONTROLLER Micro-controller are widely used in embedded system products to obtain a particular task. Some applicat...
Features Of 8051 Microcontroller
FEATURES OF 8051 MICRO-CONTROLLER 8 bit DATA Bus. 8 bit Arithmetic and Logical Unit. 128 bytes of on chip data memory. 4K of on chip program...
Interconnecting Routing
Interconnecting Routing QUE::Explain interconnecting routing technique. The basic objective of this design are area , delay, and power fl...
Clock Skew
Clock Skew Que:Explain clock skew and write detail about positive and negative clock skew. ANS : Clock skew means clock riching to fl...
Jitter
JITTER QUE:Explain clock Jitter ? ANS : Clock Jitter is define as the difference between time period of the clock w/f. Due to c...
Power Distribution
Power Distribution QUE::Explain power distribution and power optimization technique . Power Distribution presents several significant probl...
D Flip_Flop
D Flip-Flop CODE library IEEE; use IEEE STD_LOGIC_1164.all; entity DFF is port(D, clk, rst :in STD_LOGIC; y:out STD_...
T Flip_Flop
T Flip-Flop CODE library IEEE; use IEEE STD_LOGIC_1164.all; entity TFF is port(t, clk, rst :in STD_LOGIC; qb:out ST...
Introduction To AI
INTRODUCTION TO AI(Artificial Intelligence) Definition "a system's ability to correctly interpret external data, to learn from su...
telegram
Popular Posts
0 Comments