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
FPGA
  • Technologies
  • More
FPGA
Forum Arty S7 rev B vs Arty S7 rev E? Somewhat confused.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join FPGA to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 16 replies
  • Subscribers 551 subscribers
  • Views 5133 views
  • Users 0 members are here
  • spartan 7
  • 7_ways_to_leave_your_spartan-6
  • 7 Ways to Leave Your Spartan-6
  • fpga
  • arty s7
  • Spartan_Migration
Related

Arty S7 rev B vs Arty S7 rev E? Somewhat confused.

javagoza
javagoza over 3 years ago

I received the Digilent Arty S7 50 rev B Board for the  7 Ways to Leave Your Spartan-6 FPGA program. See intro blog: Arty S7 50 First Power Up and Hardware-Only Blinky

According to this Digilent forum post the rev B should be released sometime in 2017 

https://forum.digilent.com/topic/22950-about-arty-s7-50-board/?do=findComment&comment=67181

Looking for the Master XDC Xilinx Synopsys Design Constraint (SDC) I've found two versions under two different Digilent repositories. The xdc for revision E is under the Master XDC files for Digilent FPGA and Zynq boards repository, while the version for rev B is under its own repository

## This file is a general .xdc for the ARTY Rev. B

https://github.com/Digilent/Arty-S7-50-base-uc/blob/master/src/constraints/Arty-S7-50-Master.xdc

## This file is a general .xdc for the Arty S7-50 Rev. E

https://github.com/Digilent/digilent-xdc/blob/master/Arty-S7-50-Master.xdc

There are differences between the two constraints files but I am not able to identify if they are just changes in the names of some ports and comments or if they are more important.

But I refer them in case someone runs into trouble using the newer file's constraints and wants to make sure it's not an old constraint he has to use.

On the reference documentation page there are links to three versions of the Arty S7 board schematics

  • Arty S7 Revision E.2 Schematic
  • Arty S7 Revision E.1 Schematic
  • Arty S7 Revision B.0 Schematic

The main changes between version B and version E seem to be the voltage regulation circuit and the DDR3 memory circuit.

I am having trouble powering the board from a battery or from a power supply. The board turns on but then it starts to smell like a burnt circuit as if there is a short circuit somewhere.

Has anyone tried to power the board from any 7V-15V external power source?

  • Sign in to reply
  • Cancel

Top Replies

  • misaz
    misaz over 3 years ago +3
    I also received Rev B (my silkscreen is quite bad here, it looks like rev rectangle, but I think it is letter B). Serial number starts with 21, so I gues board was manufactured in 2021. According to Reference…
  • misaz
    misaz over 3 years ago in reply to javagoza +3
    What voltage did you provided to the regulator and where did you connected it? Regulator itself is quite flexible allowing voltage as high as 20V. Did not you swap polarity? It is still interesting…
  • ralphjy
    ralphjy over 3 years ago in reply to javagoza +3
    Glad to hear that your board is still working. At least you have the option of using an external 5V power supply if you need more current. Not sure I have a suitable DC adapter with a 2.5/2.1mm plug, so…
Parents
  • 14rhb
    14rhb over 3 years ago

    I'd definately only use the XDC version that matches the screen print rev on your actual board, although they do appear very similar. A DIFF function would quickly highlight the differences. If you used the wrong XDCI believe Vivado will throw a warning up - which should never be ignored or else the firmware is configured wrong and physical damage can occur.

    On the subject of burning - did you reprogram you device prior to that ? I recall in the past you just need to connect power via USB only and the default FPGA image will flash the LEDs etc.Would be a good starter to see if the board is still functional.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • misaz
    misaz over 3 years ago in reply to 14rhb

    I tried DIFF and it is not as easy as it look at the first time, because they refactored many pins (so almost 70% of file is marked as different) and is really hard to check all changes.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • 14rhb
    14rhb over 3 years ago in reply to misaz

    OK - DIFF is a bit difficult to read the output for non-code comparisons. The changes however show much clearer under the Github history tab.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • 14rhb
    14rhb over 3 years ago in reply to misaz

    OK - DIFF is a bit difficult to read the output for non-code comparisons. The changes however show much clearer under the Github history tab.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Children
  • javagoza
    javagoza over 3 years ago in reply to 14rhb

    You are right 14rhb, it seems that the same file supports both versions. So surely it is better to use the latest file, the one in the master repository. I hope I haven't confused anyone.

    • Cancel
    • Vote Up 0 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