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

Reply

VHDL - Digilent Spartan II demo board push button

 
Thread Tools Search this Thread
Old 02-15-2004, 03:38 PM   #1
Default Digilent Spartan II demo board push button


Hello all,

Could someone please refresh my memory on how to use the push button
switch on the Digilent Digilab 2E board? The Webpack tool complains
about it.

A search with Google on the groups shows that this topic has come up
before, but no one actually actually posted a solution. All of the
posters either said it could be done, or posted links to the Digilent
web site where there was a solution (btndemo.vhd)

The links are all dead now as it seems Digilent is redoing their web
site....

Thanks.

Clyde



Clyde
  Reply With Quote
Old 02-15-2004, 06:02 PM   #2
kal@dspia.deletethis.com
 
Posts: n/a
Default Re: Digilent Spartan II demo board push button
On Sun, 15 Feb 2004 10:38:48 -0500, Clyde <>
wrote:

>Hello all,
>
>Could someone please refresh my memory on how to use the push button
>switch on the Digilent Digilab 2E board? The Webpack tool complains
>about it.
>
>A search with Google on the groups shows that this topic has come up
>before, but no one actually actually posted a solution. All of the
>posters either said it could be done, or posted links to the Digilent
>web site where there was a solution (btndemo.vhd)
>
>The links are all dead now as it seems Digilent is redoing their web
>site....
>
>Thanks.
>
>Clyde


At this link there is a copy of it
http://mercury.easternct.edu/b/brooksr/web/Lab1.txt. Also checkout the
other files at http://mercury.easternct.edu/b/brooksr/web.

Kal



kal@dspia.deletethis.com
  Reply With Quote
Old 02-15-2004, 08:18 PM   #3
Clyde
 
Posts: n/a
Default Re: Digilent Spartan II demo board push button
Thanks Kal...

I did find it finally on their website, under reference materials and I
downloaded the file for board verification.

I had to declare an ibufg component and a new signal rst:

component IBUFG
port (I : in STD_LOGIC; O : out std_logic);
end component;

and instantiate it:

u1: ibufg port map (I => reset, O => rst);

I did this from memory last night but could not get it to go. The
reason was I failed to change reset in my process sensitivity list to
rst and the tool really complained about it. I'm all set now.

Thanks again.

Clyde

wrote:
> On Sun, 15 Feb 2004 10:38:48 -0500, Clyde <>
> wrote:
>
>
>>Hello all,
>>
>>Could someone please refresh my memory on how to use the push button
>>switch on the Digilent Digilab 2E board? The Webpack tool complains
>>about it.
>>
>>A search with Google on the groups shows that this topic has come up
>>before, but no one actually actually posted a solution. All of the
>>posters either said it could be done, or posted links to the Digilent
>>web site where there was a solution (btndemo.vhd)
>>
>>The links are all dead now as it seems Digilent is redoing their web
>>site....
>>
>>Thanks.
>>
>>Clyde

>
>
> At this link there is a copy of it
> http://mercury.easternct.edu/b/brooksr/web/Lab1.txt. Also checkout the
> other files at http://mercury.easternct.edu/b/brooksr/web.
>
> Kal
>






Clyde
  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




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