EasyManuals Logo

Xilinx MultiLINX Series User Manual

Xilinx MultiLINX Series
108 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #104 background image
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;

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Xilinx MultiLINX Series and is the answer not in the manual?

Xilinx MultiLINX Series Specifications

General IconGeneral
BrandXilinx
ModelMultiLINX Series
CategoryCables and connectors
LanguageEnglish