element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum What's Stopping You Building Your Next Project with an FPGA? (Please, Don't Blame the Cost!)
  • Blog
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 100 replies
  • Subscribers 2565 subscribers
  • Views 8275 views
  • Users 0 members are here
  • scasny
  • xilinx
  • fpgafeatured
Related

What's Stopping You Building Your Next Project with an FPGA? (Please, Don't Blame the Cost!)

rscasny
rscasny over 7 years ago

The community does a ton of projects with MCUs. If they do the job for you, that's great. But the element14 community is about learning, experimenting and roadtesting. In this spirit, I am proposing that you should try building your next project with an FPGA (SoC), if it suits the application, of course. What's stopping you? Oh, some members have voiced the cost issue. Granted, some FPGAs do cost a lot. But chip manufacturers are rolling out economical chipsets that most makers, pro-makers or experienced hobbyists can afford. (If you can't, then apply to a RoadTest and if you win you can get a dev board for FREE.) I think FPGA / SoCs will move into a more important place for electronic designers, especially for IoT applications. Perhaps it's time to experiement with one. What's stopping you?

 

Here's a link to a current roadtest:Digilent ARTY S7 Dev Board (Xilinx Spartan 7)   Apply today!

 

Randall Scasny

RoadTest Program Manager

  • Sign in to reply
  • Cancel

Top Replies

  • Workshopshed
    Workshopshed over 7 years ago +16
    Hi Randall, I have been thinking about getting started with FPGAs this year. I've got myself a "TinyFPGA". I've gone for the $12 A version which is based on the Lattice Mach XO2-256. That's it's about…
  • ipv1
    ipv1 over 7 years ago +8
    rscasny I just posted a comment for this in the vivado discussion. To answer this question in short, I find very few projects worthy of an FPGA. An IoT application with FPGAs sounds fascinating though…
  • shabaz
    shabaz over 7 years ago +8
    There's a simple CPLD project here that I had a lot of fun working on, in case it helps provide ideas: Programmable Logic Project: Pseudo-Random Noise Generator CPLDs and FPGAs are great for signal generation…
  • shabaz
    shabaz over 7 years ago

    There's a simple CPLD project here that I had a lot of fun working on, in case it helps provide ideas:

    Programmable Logic Project: Pseudo-Random Noise Generator

    CPLDs and FPGAs are great for signal generation.

    There was additional fun attaching some analog circuitry to it, in order to generate an analog noise signal:

    Pseudo-Random Noise; Using it and How to Create it

    That second part was based around an 'Art of Electronics' chapter, basically the authors had described a system using discrete logic gates. However with the CPLD, and more modern op-amps, it was possible to increase the noise bandwidth of the original design by speeding it up, and make it smaller/cheaper too, through the advantages of CPLDs (Coolrunner 2 by Xilinx in this case).

    For the free CPLD programmer, a BeagleBone Black (BBB) was used:

    BBB - FPGA / CPLD Programmer for the BeagleBone Black

    • Cancel
    • Vote Up +8 Vote Down
    • Sign in to reply
    • Cancel
  • gam3t3ch
    gam3t3ch over 7 years ago

    Personally I just don't know enough of hardware and where to get started with so many other projects on the go I keep putting it off looking into it more.  Certainly will be in the future but as of right now I am not confident enough to get involved in it at the moment without more homework.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 7 years ago in reply to gam3t3ch

    I've never been really fully satisfied with any books concerning FPGAs, I've probably gone through half a dozen books on a couple of languages (HDLs) - they are quite expensive I feel, so not really an impulse purchase : ( The courses are also expensive and therefore out of reach for many unless it comes up in a job, and unlike software programming, one needs to also know digital electronics. Having said all that, some uni courses are pretty good though, so if you can find some, they are worth a read to get started. And then picking a board and trying some simple projects.

     

    These notes are very good:

    E2.1 Digital Electronics 2 - Peter Cheung

    There are notes there on digital electronics, and also a few on VHDL (one of the popular languages for creating a CPLD or FPGA project). All of them are well worth downloading if you're interested.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • rachaelp
    rachaelp over 7 years ago in reply to hlipka

    hlipka  wrote:

     

    Actel has the e.g. the ProAsic3 family for which they claim instant-on functionality, but I did not read through all data sheets to verify that.

    I've used these a lot in the past. They are instant on. The flash in these devices is part of the configuration structure of each cell and as soon as the device is powered on, clocks running and it's out of reset it's up and running. If you are talking combinatorial logic, then you don't even need the clocks, as soon as the power is within spec it's working. This is one of the reasons Actel (now MicroSemi) are used so much in aerospace applications.

     

    Best Regards,


    Rachael

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 7 years ago

    Like others ... the learning curve for them.

    While I can see they have great potential and are much more suited for some things, IMO they are one piece of hardware for a purpose ...like a regulator is to power.

     

    I know johnbeetem has great experience with them, so maybe he can provide some really good insights.

     

    Mark

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to rachaelp

    Thank you, rachaelp and Workshopshed, you've convinced me to make 2018 the year I learn about FPGAs image

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to ntewinkel

    If it's any consolation, I haven't actually purchased any FPGA boards  image

     

    I'm scared to count the number of others ... but zero FPGA.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Cancel
  • kas.lewis
    kas.lewis over 7 years ago

    I have an FPGA board from MicroSemi sitting on my desk... its been there probably 6 months now. What's holding me back, resources. I have attempted before to learn VHDL but at that point it was all in simulation, no real hands on. On top of that the teacher was a video that was mono tone...

     

     

     

    If I had a good teaching aid I would be very interested in learning to use a FPGA or a CPLD.

     

     

     

    Kas

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 7 years ago in reply to shabaz

    Peter Cheung is a good lecturer or at least he was last time I took his class over 20 years ago.

     

    Looks like things have come on a bit since my day. We did not use any hardware description languages back then although I was aware of some people in the department using them.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • cghaba
    cghaba over 7 years ago

    Now it depends on what do you mean about "building the next project".

    Do you mean building the project till the final stage or do you mean building a prototype in order to test the concept of your future device/product. The second is easier as there are a lot of development boards that can be used for this purpose and FPGA manufacturers provide some free tools to start using these devices. Prototyping/designing with FPGAs has become easier and this is demonstrated by many students participating in FPGA design competitions (ex. Digilent Design Contest, Xilinx Open Hardware University design contest – just started, InnovateFPGA Contest).

     

    FPGAs are good for prototyping and not only for devices that will be built using FPGAs. Using today FPGAs you can build an entire SoC, you can try and explore different architectures for your system as you can reconfigure FPGA many times.

     

    As other said these devices now get packed with a lot of resources and it could be a waste to use them only to light up some LEDs or send the value read from a sensor. But for those who are starting to do embedded system design based on FPGAs, this could be the starting project, a project that is familiar to them, maybe from previous projects developed with microcontrollers.

     

    One thing that stops me starting a new project with an FPGA (and not only) it the size of designing tools and their permanent change that needs updating or even reinstalling the tools. This sometimes means also upgrading your computer and your OS. For someone who is not working with FPGAs on a daily basis, you can find yourself in the situation that for starting a new project with FPGA you must install a new version of tools.  The entire change of the toolset (as it was passing from Xilinx Foundation to Xilinx ISE/WebPack and then to Xilinx Vivado) implies also restarting the learning curve.

     

    I am expecting something like what happened in the microcontroller area (online compilers, ex. mbed), the advent of the online development tools for FPGAs, so you don't have to occupy Gigs of hard disk space with designing tools that you use just for a (small) project and spend time with reinstalling the developing tools every x months to have resolved the last software bugs of the tools.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube