EasyManua.ls Logo

Xilinx MultiLINX Series - Example 2: VHDL Design Entry

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
Loading...
CPLD Design Demonstration Board
Hardware User Guide 4-7
JCT_FUNC : functional simulation of design before
implementation.
JCT_TIME : timing simulation results after
implementation.
TUTORIAL:
This project is used as one of the example designs
described in the CPLD Design Flow tutorial in the
Foundation Series On-Line Help System.
DEMO BOARD:
The JEDEC programming file produced by this
project
can be downloaded into the CPLD Demo Board
(HW-CPLD-DEMOBD).
Example2:VHDLDesignEntry
Example 2 shows the same design, done in VHDL while using Xilinx
Foundation software.
library IEEE;
use IEEE.std_logic_1164.all
library metamor;
use metamor.attributes.all;
entity jcounter is
port (
clk:in STD_LOGIC;
Dout: buffer STD_LOGIC_VECTOR (7 downto 0)
);

Table of Contents