Hardware User Guide
4-8
Xilinx Development System
-- Can use attributes to assign pin locations in
-
-- Foundation VHDL
attribute pinnum of Dout:signal is
"p13,14,16,18,19,20,21,22";
end jcounter;
architecture jcounter_arch of jcounter is
begin
if CLK’ event and CLK=’1’ then--CLK rising edge
Dout (7 downto 1) <= Dout (6 downto 0);--shift -
Dout (7 downto 1) <= Dout (6 downto 0);--shift -
Dout (0) <= not Dout (7);--Last bit inverted --
-- back into first bit
end if;
end process;
end jcounter_arch;
Содержание MultiLINX DLC4
Страница 2: ...Hardware User Guide ...
Страница 10: ...Hardware User Guide vi Xilinx Development System ...
Страница 38: ...Hardware User Guide 1 24 Xilinx Development System ...
Страница 108: ...Hardware User Guide Glossary 4 Xilinx Development System ...