FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-28-2006, 02:19 AM
Nevo
Guest
 
Posts: n/a
Default Spartan 3 and 5V input

Newbie alert...

I would like to drive my Spartan 3 design with inputs from a 5V source. I've
been unable to find anything in the Spartan 3 datasheet that lets me know if
this is do-able. (The signal will be coming fom the parallel port on my
laptop, which I suspect probably is 3.3V but I want to be on the safe side.)

Any tips are appreciated.

Thanks,

-Nevo


Reply With Quote
  #2 (permalink)  
Old 08-28-2006, 03:47 AM
Nevo
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input

"Nevo" <[email protected]> wrote in message
news:zwrIg.2012$XD1.1382@trnddc01...
> Newbie alert...
>
> I would like to drive my Spartan 3 design with inputs from a 5V source.
> I've been unable to find anything in the Spartan 3 datasheet that lets me
> know if this is do-able. (The signal will be coming fom the parallel port
> on my laptop, which I suspect probably is 3.3V but I want to be on the
> safe side.)
>
> Any tips are appreciated.
>
> Thanks,
>
> -Nevo


I think I wrote this a little too hastily.

I'm using the Digilent Spartan 3 starter board and would like to drive my
design with the parallel port of my computer with as few (hopefully no)
external parts as possible. All the IO banks are using 3.3V reference. If
there's a particular configuration of the I/O pins that could tolerate a 5V
input, I'd appreciate a short explanation. Meanwhile I'll keep reading the
datasheet.

Thx,

-Nevo


Reply With Quote
  #3 (permalink)  
Old 08-28-2006, 04:33 AM
Nevo
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input

"Nevo" <[email protected]> wrote in message
news:zwrIg.2012$XD1.1382@trnddc01...
> Newbie alert...
>
> I would like to drive my Spartan 3 design with inputs from a 5V source.
> I've been unable to find anything in the Spartan 3 datasheet that lets me
> know if this is do-able. (The signal will be coming fom the parallel port
> on my laptop, which I suspect probably is 3.3V but I want to be on the
> safe side.)
>
> Any tips are appreciated.
>
> Thanks,
>
> -Nevo


Hm... I found http://direct.xilinx.com/bvdocs/appnotes/xapp179.pdf, which
lists the 5V tolerant SelectIO standards for the Spartan 2 family (and
implicitly says none of the standards are 5V tolerant in the Spartan 2E
family), but I'm unable to find a simlar reference for the Spartan 3 family.

Table 27, Absoulte Maximum Ratings under DC Electrical Characteristics,
suggests that putting 5V into the chip is a no-no.

Hm; I think I'm going to answer my own question here by pointing myself to
XAPP429 and a whole host of archived messages in comp.arch.fpga.


Reply With Quote
  #4 (permalink)  
Old 08-28-2006, 05:02 AM
Leon
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input


Nevo wrote:
> "Nevo" <[email protected]> wrote in message
> news:zwrIg.2012$XD1.1382@trnddc01...
> > Newbie alert...
> >
> > I would like to drive my Spartan 3 design with inputs from a 5V source.
> > I've been unable to find anything in the Spartan 3 datasheet that lets me
> > know if this is do-able. (The signal will be coming fom the parallel port
> > on my laptop, which I suspect probably is 3.3V but I want to be on the
> > safe side.)
> >
> > Any tips are appreciated.
> >
> > Thanks,
> >
> > -Nevo

>
> Hm... I found http://direct.xilinx.com/bvdocs/appnotes/xapp179.pdf, which
> lists the 5V tolerant SelectIO standards for the Spartan 2 family (and
> implicitly says none of the standards are 5V tolerant in the Spartan 2E
> family), but I'm unable to find a simlar reference for the Spartan 3 family.
>
> Table 27, Absoulte Maximum Ratings under DC Electrical Characteristics,
> suggests that putting 5V into the chip is a no-no.
>
> Hm; I think I'm going to answer my own question here by pointing myself to
> XAPP429 and a whole host of archived messages in comp.arch.fpga.


You need some sort of interface if you want to use 5V I/O with the
Spartan 3. You have lots of options.

Leon

Reply With Quote
  #5 (permalink)  
Old 08-28-2006, 08:54 AM
Benjamin Todd
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input

A 390-Ohm series resistor normally works ok. If you look at the starter
kits that use Spartan3E you see that all the 5V stuff has this to connect to
the FPGA.

If you don't fancy that then you can get a dedicated IC, like an LCX125...
Beware that they're fairly slow, the resistor is better IMHO.
http://www.fairchildsemi.com/ds/74/74LCX125.pdf

Good luck.

Ben


"Leon" <[email protected]> wrote in message
news:[email protected] oups.com...
>
> Nevo wrote:
>> "Nevo" <[email protected]> wrote in message
>> news:zwrIg.2012$XD1.1382@trnddc01...
>> > Newbie alert...
>> >
>> > I would like to drive my Spartan 3 design with inputs from a 5V source.
>> > I've been unable to find anything in the Spartan 3 datasheet that lets
>> > me
>> > know if this is do-able. (The signal will be coming fom the parallel
>> > port
>> > on my laptop, which I suspect probably is 3.3V but I want to be on the
>> > safe side.)
>> >
>> > Any tips are appreciated.
>> >
>> > Thanks,
>> >
>> > -Nevo

>>
>> Hm... I found http://direct.xilinx.com/bvdocs/appnotes/xapp179.pdf, which
>> lists the 5V tolerant SelectIO standards for the Spartan 2 family (and
>> implicitly says none of the standards are 5V tolerant in the Spartan 2E
>> family), but I'm unable to find a simlar reference for the Spartan 3
>> family.
>>
>> Table 27, Absoulte Maximum Ratings under DC Electrical Characteristics,
>> suggests that putting 5V into the chip is a no-no.
>>
>> Hm; I think I'm going to answer my own question here by pointing myself
>> to
>> XAPP429 and a whole host of archived messages in comp.arch.fpga.

>
> You need some sort of interface if you want to use 5V I/O with the
> Spartan 3. You have lots of options.
>
> Leon
>



Reply With Quote
  #6 (permalink)  
Old 08-28-2006, 09:07 AM
Kolja Sulimma
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input

Nevo schrieb:

> Hm; I think I'm going to answer my own question here by pointing myself to
> XAPP429 and a whole host of archived messages in comp.arch.fpga.

Right. Like this one:
http://groups.google.com/group/comp....8bfdaf324cb93e
(First google groups hit for "5v spartan-3")

So just use a series resistor.

Kolja Sulimma
Reply With Quote
  #7 (permalink)  
Old 09-04-2006, 12:41 AM
joseph2k
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input

Nevo wrote:

> "Nevo" <[email protected]> wrote in message
> news:zwrIg.2012$XD1.1382@trnddc01...
>> Newbie alert...
>>
>> I would like to drive my Spartan 3 design with inputs from a 5V source.
>> I've been unable to find anything in the Spartan 3 datasheet that lets me
>> know if this is do-able. (The signal will be coming fom the parallel
>> port on my laptop, which I suspect probably is 3.3V but I want to be on
>> the safe side.)
>>
>> Any tips are appreciated.
>>
>> Thanks,
>>
>> -Nevo

>
> Hm... I found http://direct.xilinx.com/bvdocs/appnotes/xapp179.pdf, which
> lists the 5V tolerant SelectIO standards for the Spartan 2 family (and
> implicitly says none of the standards are 5V tolerant in the Spartan 2E
> family), but I'm unable to find a simlar reference for the Spartan 3
> family.
>
> Table 27, Absoulte Maximum Ratings under DC Electrical Characteristics,
> suggests that putting 5V into the chip is a no-no.
>
> Hm; I think I'm going to answer my own question here by pointing myself to
> XAPP429 and a whole host of archived messages in comp.arch.fpga.


Nevo, i applaud your ability to post (partial) answers to your own
questions. More people need that ability. It shows the ability to
recognize when you have bypassed the limits of your sure knowledge; and the
perseverance to continue seeking yourself, instead of passively waiting for
"an/the answer".

--
JosephKK
Gegen dummheit kampfen die Gotter Selbst, vergebens.Â*Â*
--Schiller
Reply With Quote
  #8 (permalink)  
Old 09-04-2006, 07:50 PM
Simon
Guest
 
Posts: n/a
Default Re: Spartan 3 and 5V input

On 2006-08-27 20:33:55 -0700, "Nevo" <[email protected]> said:

> Hm... I found http://direct.xilinx.com/bvdocs/appnotes/xapp179.pdf,
> which lists the 5V tolerant SelectIO standards for the Spartan 2 family
> (and implicitly says none of the standards are 5V tolerant in the
> Spartan 2E family), but I'm unable to find a simlar reference for the
> Spartan 3 family.


Hmm indeed. I'm glad you mentioned this, because I'd assumed the 2E and
the 2 had the same 5v-tolerance characteristics... Having read
ds077.pdf (Spartan-2E) as *well* as ds001.pdf (Spartan-2), I now
realise my error...

Looks like I'll be using a -2 rather than a -2E for my
interface-to-ancient-bus-logic :-)

Cheers,
Simon

Reply With Quote
Reply

Bookmarks


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
input in spartan kit(its urgent) ravindra kalla FPGA 2 11-28-2005 03:03 AM
Fastest input IOB on a Spartan-3? Paul Boven FPGA 8 09-10-2005 04:00 PM
Input logic level on Spartan 3? Elektro FPGA 2 02-01-2005 01:31 PM
[Spartan-IIE] Exeeding max. input rise/fall time of signals ?? Markus Meng FPGA 7 12-30-2003 01:59 AM


All times are GMT +1. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved