skip to main
|
skip to sidebar
VHDL Programs
Pages
Home
Recent updates
5 and gate
library ieee;
use ieee.std_logic_1164.all;
Entity fiveand_gate is
port(a,b,c,d,e:in std_logic;f:out std_logic);
end fiveand_gate;
architecture design of fiveand_gate is
begin
f<=(a and b and c and d and e);
end design;
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
VHDL SOFTWARE-Modelsim
Movielyrics for all movies
Labels
Basic gates (9)
Behavioral (8)
Programs (18)
newest collections
▼
2010 (29)
►
October (3)
▼
September (26)
counter
JK flipflop
3 to 8 Decoder
d flipflop behavoiral
Multiplexer behavioural
Multiplexer behavioural
4 bit comparator -behavioural
rs flip flop
Shift register
4bit comparator
half subracter
full adder struct
half adder
dflipflop
Multiplexer
demultiplexer
3-8 decoder
4 nand gate
4 and gate
5 and gate
six nor
Nand gate
Not gate
nor gate
Or gate
Basic And gate
Collection
▼
2010
(29)
►
October
(3)
▼
September
(26)
counter
JK flipflop
3 to 8 Decoder
d flipflop behavoiral
Multiplexer behavioural
Multiplexer behavioural
4 bit comparator -behavioural
rs flip flop
Shift register
4bit comparator
half subracter
full adder struct
half adder
dflipflop
Multiplexer
demultiplexer
3-8 decoder
4 nand gate
4 and gate
5 and gate
six nor
Nand gate
Not gate
nor gate
Or gate
Basic And gate
Followers
About Me
rummy
View my complete profile
Movie fields
Basic gates
(9)
Behavioral
(8)
Programs
(18)
JB. Powered by
Blogger
.
0 comments:
Post a Comment