PPT Slide
Primeri za naredbu deklaracije entiteta:
entity And2 is
port (I1 : in Bit; I2 : in Bit; O1 : out Bit);
end And2;
entity ROM is
generic (width, depth : positive);
port (enable : in bit;
addres: in bit_vector (depth-1 downto 0);
data: out bit_vector (width-1 downto 0));
end ROM;
Previous slide
Next slide
Back to first slide
View graphic version