VHDL code for Comparator
library ieee;
use ieee.std_logic_1164.all;
entity comparator is
port (
a, b : in std_logic;
d :out std_logic;
c, e :inout std_logic);
end comparator;
architecture comparator_ar of comparator is
begin -- comparator_ar
c <=(not a) and b;
e <=a and (not b);
d <=c nor e;
end comparator_ar;
This blog is very useful and informative. best vlsi training institutes in bangalore|VLSI Training in Bangalore|ASIC Verification Training in Bangalore
ReplyDeleteThank u so much :)
Deletevlsi physical design training
ReplyDeleteThe course will introduce the participants to the basic design in VLSI physical design automation, the basic data structures and algorithms ect.