Source for FPGAs
Moderators: Sparky, Moderators
-
- Posts: 30
- Joined: Tue Dec 28, 2010 8:52 pm
- Location: Melbourne, Australia
Source for FPGAs
Hey guys, I was thinking of using VHDL and field programmable grid arrays, instead of buying a whole load of SR latches for complex lighting patterns.
Is there a recommended one that is easy to plug into a bread board?
As an aside I'm looking for the "burn to flash" variety that persists after being programmed by a dongle, rather than the "load every time using a microcontroller" variety that needs to be loaded on boot. A CPLD maybe.
All the ones I find on Jameco are 144 pin quad-flop surface mount affairs when I really only need 12 or so IO pins.... I think a microcontroller could also do it but I am examining my options
If it's really stuck but you know a good electronic forum that I can ask this question, please suggest it. I did find this forum from my normal hobby forum and have been very inspired.
Is there a recommended one that is easy to plug into a bread board?
As an aside I'm looking for the "burn to flash" variety that persists after being programmed by a dongle, rather than the "load every time using a microcontroller" variety that needs to be loaded on boot. A CPLD maybe.
All the ones I find on Jameco are 144 pin quad-flop surface mount affairs when I really only need 12 or so IO pins.... I think a microcontroller could also do it but I am examining my options
If it's really stuck but you know a good electronic forum that I can ask this question, please suggest it. I did find this forum from my normal hobby forum and have been very inspired.
-
- Moderator
- Posts: 2404
- Joined: Thu Jun 05, 2003 8:28 am
- Location: Are we there yet? (Chicago)
- Contact:
Don't know of any that small, the smaller fpga's out now a days are hybrids with a microcontroller/RISC core, Like the Spartan. I don't know of anything with 12 GPIO pins. Look at digikey though or
http://www.newark.com
SPLD, GALs, PALs do have some hits at newark.
http://www.newark.com
SPLD, GALs, PALs do have some hits at newark.
<a href="http://www.kc6sye.com/2_wheresaneatpart.jpg" target="_Sparky">Is this plastic thingy on the counter a neat part?</a> <a href="http://www.kc6sye.com/1_casting_inprogress.jpg" target="_Sparky">Let's cast it.</a>
-
- Posts: 30
- Joined: Tue Dec 28, 2010 8:52 pm
- Location: Melbourne, Australia
-
- Moderator
- Posts: 2404
- Joined: Thu Jun 05, 2003 8:28 am
- Location: Are we there yet? (Chicago)
- Contact:
that's a Xilinx part. Worked with them before.
What program are you using to write the code for these?
Also please let us know if you find a [small order] source for them.
What program are you using to write the code for these?
Also please let us know if you find a [small order] source for them.
<a href="http://www.kc6sye.com/2_wheresaneatpart.jpg" target="_Sparky">Is this plastic thingy on the counter a neat part?</a> <a href="http://www.kc6sye.com/1_casting_inprogress.jpg" target="_Sparky">Let's cast it.</a>
The Xilinx FPGAs, like the Spartan family, use a configuration rom. The Coolrunner parts are not FPGAs but simple PLDs.
Take a look at Actel (now Microsemi SoC). Their FPGAs are truly flash based so they don't require a configuration rom. And the programmer is only $49. The website is www.actel.com.
Take a look at Actel (now Microsemi SoC). Their FPGAs are truly flash based so they don't require a configuration rom. And the programmer is only $49. The website is www.actel.com.
For small orders of either the Xilinx parts or the Actel parts I mentioned in my last post you can get them from my employer, Avnet Electronics. While we are primarily an industrial distributor we do have a catalog division that will sell small quantities via credit card. The URL is www.AvnetExpress.com.Sparky wrote:that's a Xilinx part. Worked with them before.
What program are you using to write the code for these?
Also please let us know if you find a [small order] source for them.
Any questions either on the company or the parts let me know. I'm an electrical engineer and I design with these parts.
-
- Posts: 30
- Joined: Tue Dec 28, 2010 8:52 pm
- Location: Melbourne, Australia
-
- Posts: 30
- Joined: Tue Dec 28, 2010 8:52 pm
- Location: Melbourne, Australia
No, not even on my ever heard of them list!severedblue wrote:5 x Wave Serpent Grav Tank (Games Workshop)
3 x Fire Prism Grav Tank (Games Workshop)
lol
I don't suppose they are on your list?
I have an old trek kit as well but that's a bit lower on my list
I'm strictly Star Trek. But feel free to PM me if you have any questions.
Habe a look at the arduino microcontroller board. It's an atmega board with integrated usb port and a nice and simple ide. You don't need any programmer, just an usb cable.
The Arduino nano hat 14 I/O pins and is small enough to fit in a model: http://arduino.cc/en/Main/ArduinoBoardNano - That one can be plugged directly on a breadboard, too.
The Arduino nano hat 14 I/O pins and is small enough to fit in a model: http://arduino.cc/en/Main/ArduinoBoardNano - That one can be plugged directly on a breadboard, too.
-
- Posts: 30
- Joined: Tue Dec 28, 2010 8:52 pm
- Location: Melbourne, Australia