element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
FPGA
  • Technologies
  • More
FPGA
Blog Spartan 6 and 7, a hobbyist’s perspective.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
FPGA requires membership for participation - click to join
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: jure
  • Date Created: 10 Jul 2022 7:01 PM Date Created
  • Views 5237 views
  • Likes 10 likes
  • Comments 2 comments
  • 7 Ways to Leave Your Spartan-6
  • xilinx
  • spartan-7
  • Spartan_Migration
Related
Recommended

Spartan 6 and 7, a hobbyist’s perspective.

jure
jure
10 Jul 2022

In past weeks many people have posted various blogs describing the differences between the Xilinx Spartan 6 and 7 series of FPGAs. Since I have no professional background in FPGA development or electronics, I would like to write about what I have noticed when working with the Arty S7 board.

All the 7 series Xilinx FPGA devices are made on 28nm node, while Spartan 6 is a 45nm technology. In layman’s terms, this brings similar improvements as seen in different generations of CPUs or GPUs. There have been many architecture changes from older devices to newer ones. For example, sizes of in-built RAM blocks have increased, the composition of logic blocks has changed, DSP multipliers have been improved, etc. Many of these changes are hard to understand for a beginner and are better left to users with more experience. On the other hand, there have also been some additions, that make Spartan 7 devices a bit more friendly to beginners.

One of the bigger changes is the shift from Xilinx ISE to Vivado for FPGA development. Vivado is used for every concurrent FPGA from Xilinx, which is very good by itself. Paired with Vitis, they make an extremely powerful toolchain. The fact that I can use the same tools for both a Zynq SoC and a Spartan 7 FPGA is impressive. A consequence of this, which was very useful when working with the Arty S7, is the fact that I can develop on a Zynq board (with some considerations) and easily port it to the Spartan 7.

This might not seem that useful, but PYNQ makes a potent tool when developing an FPGA design. E.g. for my project, I have some amount of digital signal processing. When I was developing the DSP core, I was able to use a Zynq board with PYNQ tools to simulate signals going into the core and analyse the data leaving it. Another aspect is that I can use PYNQ to test the AXI buses connecting multiple parts of the design. I like this approach a bit more since there is a clear separation between a processor and FPGA fabric, whereas a Microblaze core is a part of the FPGA.

Another great change when comparing Spartan 6 and 7 devices is the addition of XADC. First, this makes many designs simpler both in terms of logic and electronics, since there is no need to add an ADC IC and its corresponding IP. This applies mostly in simple cases where an ADC is used to monitor some simple parameter e.g. temperature.
Second, an internal ADC simplifies the development process, where some feature that needs an ADC, can be tested to some degree on the XADC. Later, if need be, it can be implemented using an external ADC. This can save both time and money.

To conclude, the differences between Spartan 6 and 7 are numerous. They are not just better performance, bigger memory, the lower power consumption etc. In my opinion, the biggest difference comes from how the Spartan 7 fits into the current offering from Xilinx. The fact that it is possible to one day develop on e.g. Zynq series device and the other day's work with Spartan 7 is incredible in itself. Furthermore the ability to use one of my existing development boards to create a design (or at least a part of it) for some other device is great.

  • Sign in to reply
  • jure
    jure over 2 years ago in reply to sa-penguin

    This is true, but still a lot of shields are 3.3V compatible since there are 3.3V Arduino uno compatible boards e.g. Due. Additionally some companies have their own "shield layout" like Mikroelektronika click boards, which are designed for development with 32bit microcontroller, hence they offer 3.3V compatibility. The downside is that users require adapter boards.

    It is still a fair observation that users should really be careful when working on FPGAs with Arduino shields.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • sa-penguin
    sa-penguin over 2 years ago

    From a hobbyist perspective, the big issue is voltage compatibility. Arduino peripherals,  for example, often use 5V logic which can damage an FPGA.

    Yet FPGA dev boards with Arduino pin headers are quite common.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • 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