Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Mesa 5i21 Xilinx

 
Thread Tools Search this Thread
Old 06-05-2007, 02:46 AM   #1
Default Mesa 5i21 Xilinx


Hi, I´m new to card using Xilinx chips. I´m developping a new vhd
prgogram, and on one Mesa example, at the very beginning of the code,
the following statements appear:

entity main is
port
(
-- bus interface signals --
LW_R: in std_logic;
DEN: in std_logic;
ADS: in std_logic;
BLAST: in std_logic;
WAITO: in std_logic;
READY: out std_logic;
INT: out std_logic;
HOLD: in std_logic;
HOLDA: inout std_logic;
RESET: in std_logic;
DISABLECONF: out std_logic;
DREQ: in std_logic;
DACK: in std_logic;
CCS: out std_logic;
INIT: out std_logic;

LAD: inout std_logic_vector (31 downto 0); -- data/address bus
lBE: in std_logic_vector (3 downto 0); -- byte enables

CHANDATA: inout std_logic_vector (31 downto 0);
RXEN: out std_logic_vector (15 downto 0);
TXEN: out std_logic_vector (15 downto 0);
LCLK: in std_logic;

-- led bits
LEDS: out std_logic_vector(7 downto 0)

);
end main;


CHANDATA refears to the I/O card signals, but I woul like to know what
are the others signals for. Are they internal signals, and no need of
manipulation is requiered?

thanks in advance,

Martin



Martin
  Reply With Quote
Old 06-05-2007, 09:17 PM   #2
ghelbig@lycos.com
 
Posts: n/a
Default Re: Mesa 5i21 Xilinx
On Jun 4, 6:46 pm, Martin <mrbia...@gmail.com> wrote:
> Hi, I´m new to card using Xilinx chips. I´m developping a new vhd
> prgogram, and on one Mesa example, at the very beginning of the code,
> the following statements appear:
>
> entity main is
> port
> (
> -- bus interface signals --
> LW_R: in std_logic;
> DEN: in std_logic;
> ADS: in std_logic;
> BLAST: in std_logic;
> WAITO: in std_logic;
> READY: out std_logic;
> INT: out std_logic;
> HOLD: in std_logic;
> HOLDA: inout std_logic;
> RESET: in std_logic;
> DISABLECONF: out std_logic;
> DREQ: in std_logic;
> DACK: in std_logic;
> CCS: out std_logic;
> INIT: out std_logic;
>
> LAD: inout std_logic_vector (31 downto 0); -- data/address bus
> lBE: in std_logic_vector (3 downto 0); -- byte enables
>
> CHANDATA: inout std_logic_vector (31 downto 0);
> RXEN: out std_logic_vector (15 downto 0);
> TXEN: out std_logic_vector (15 downto 0);
> LCLK: in std_logic;
>
> -- led bits
> LEDS: out std_logic_vector(7 downto 0)
>
> );
> end main;
>
> CHANDATA refers to the I/O card signals, but I would like to know what
> are the others signals for. Are they internal signals, and no need of
> manipulation is required?
>
> thanks in advance,
>
> Martin


No offense, but, your question indicates that you are just learning
VHDL.

This should help: <http://www.amazon.com/gp/product/
1558605207/103-4357423-2097418>




ghelbig@lycos.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
UCF file for virtex family...using Xilinx 10.1 dhoomketu Hardware 0 05-23-2009 07:36 PM
how to set clock in xilinx test bench shyams82 Software 0 09-24-2008 05:51 PM
Xilinx 7.1 and testbench error boitsas Software 0 01-15-2008 04:14 PM
Dazzle Box... swt458 Hardware 2 01-15-2008 06:06 AM
VHDL (Assigning pins in xilinx) amanpervaiz Hardware 3 12-02-2006 04:37 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46