This list is for discussion of the design and implementation of field-programmable gate array based processors and integrated systems. It is also for discussion and community support of the XSOC Project (see http://www.fpgacpu.org/xsoc).
|
I have just about finished building a 32 channel logic analyzer using a Spartan IIE FPGA. The analyzer works and the VB application is essentially complete. The thing is, I don't want to dedicate my relatively expensive II E to the task. I want to port the application to the Spartan 3 Starter Board. As I understand it, the II E has 5V tolerant inputs with 100 ohm series resistors and that is not true for the Spartan 3. So, I need to change the pod design to use level translation which is a good thing because I want to use the device with both 3.3V and 5V circuits. I have been looking at http://www.fairchildsemi.com/ds/74/74LVXC3245.pdf as one possibility. I like the packaging because I can solder it. I really want to avoid the very high density BGA devices. The fact that the devices are cheap and in stock at DigiKey is another plus! The maximum sampling rate is 40 MHz so the propogation delay doesn't seem out of line. Any thoughts on this? |
|
|
|
rtstofer wrote: > I have been looking at > http://www.fairchildsemi.com/ds/74/74LVXC3245.pdf as one > possibility. I haven't looked at 74LVXC. I've beem planning to use 74LVC (TI, Philips) in a Spartan 3 design. Eric |
|
On Fri, 11 Feb 2005, rtstofer wrote:
> > I have just about finished building a 32 channel logic analyzer > using a Spartan IIE FPGA. The analyzer works and the VB application > is essentially complete. The thing is, I don't want to dedicate my > relatively expensive II E to the task. I want to port the > application to the Spartan 3 Starter Board. > > As I understand it, the II E has 5V tolerant inputs with 100 ohm > series resistors and that is not true for the Spartan 3. So, I need > to change the pod design to use level translation which is a good > thing because I want to use the device with both 3.3V and 5V > circuits. > > I have been looking at > http://www.fairchildsemi.com/ds/74/74LVXC3245.pdf as one > possibility. I like the packaging because I can solder it. I > really want to avoid the very high density BGA devices. The fact > that the devices are cheap and in stock at DigiKey is another plus! > > The maximum sampling rate is 40 MHz so the propogation delay doesn't > seem out of line. > > Any thoughts on this? How about using the LVDS inputs single ended with a programmable reference source (filtered PWM) for the other sides, and about a 2/1 resistive divider? That way you protect the inputs, and you get programmable thresholds on your LA... > > To post a message, send it to: > To unsubscribe, send a blank message to: > Yahoo! Groups Links Peter Wallace Mesa Electronics |