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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Using Xilinx Tools Forum Vivado 2013.1
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 18 replies
  • Subscribers 336 subscribers
  • Views 2079 views
  • Users 0 members are here
Related

Vivado 2013.1

Former Member
Former Member over 12 years ago

The new Vivado 2013.1 just came out. It's supposed to have better integration with Zynq.

I've got parts to work, but not all. Anyone worked through the new Vivado 2013.1 design tool for the zedboard yet?

After getting it to install (by installing the "Vivado System Edition", not webpack edition, then use the webpack license) I find I can indeed add a Zynq through the IP catalog rather than opening XPS (which no longer exists). I can also configure the PS same as before in XPS, and Vivado even has a Zedboard template for the PS configuration.

However, the UCF files are no longer supported. I've tried to use some of the other formats by porting from a pre-existing ISE 14.4 project, but no success so far. I'm getting failure from 130% I/O utilization.

Anyone worked through the new Vivado 2013.1 design tool for the zedboard yet?

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 12 years ago

    An interesting hack to use the System edition with the Webpack license. Judging from the info in the Xilinx download page the Webpack seems to be targeted for Artix and Kintex only, not ZYNQ.I'm wondering if your hack really can circumvent that limitation - although your symptoms sound like it might.
    Rgrds, Mikko

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    It's funny, actually. The download page http://www.xilinx.com/products/design_tools/vivado/vivado-webpack.htm says "Vivado Design Suite WebPACK Edition supports the Artixu2122-7 (7A100T, 7A200T) and Kintexu2122-7 (7K70T, 7K160T) devices. Download Vivado WebPACK Now!". No ZYNQ mentioned.

    But in the Release Notes http://www.xilinx.com/support/documentation/sw_manuals/xilinx2013_1/ug973-vivado-release-notes-install-license.pdf , the Architecture Support table (page 17) lists " Zynq-7000 Device (Early Access) u2022 XC7Z010, XC7Z020, XC7Z030" under the column labelled Vivado WebPACK Tool.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago

    Assuming your project was originally an ISE project you can generate the XDC by using the command "write_xdc filename.xdc" in the TCL command window.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    Alternatively you can create an empty PlanAhead project with just the UCF and then use PlanAhead to create the XDC file.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    I tried to copy a previous xdc file from when I did the same configuration with ISE 14.4. That's when I got all the the I/O utilization errors mentioned above.

    I'm not sure how to do an empty PlanAhead with just the UCF. I did't see an option for UCF entry anywhere in the new Vivaldo 2013.1.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    My understanding now is that it's only possible for Vivado 2013.1 to properly program Zynq if you have a special Early Access permission for the IP Integrator.

    I talked with my Avnet Field Application Engineer about getting a Early Access. He said that Vivado is not yet fully qualified for Zynq. It's more oriented now for using in programming the other FPGA chips (Virtex, Kintex, Artix). So anyone trying to program Zynq using Early Access should first be fully experienced with the Zynq and the ISE tools. Even then, he said it will be rough going.

    My Avnet FAE suggested I go back to ISE 14.4 and wait for the next version of Vivado. That's what I did. I uninstalled Vivado and am working fine again with ISE 14.4 in spite of it's problems, which I know how to get around.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    I found an existing xdc file in a previous ISE 14.4 project. I was able to import it into Vivado and got to complaints. But later implementation complained that it needed 130% I/O resources using this file.

    Maybe I need to use the "write_xdc" command instead of the existing xdc file. But I've now decided Vivado 13.1 is just not ready (see my other response) and uninstalled it.

    I'm curious if anyone has been successful in configuring the Zynq or Zedboard with Vivado 2013.1.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    I meant importing the found xdc file into Vivado 2013.1 "got no complaints" at the start, only later.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago

    I've been successful in converting most ISE project to Vivado targeting Zedboard. The only snag was having to manually specify the IOSTANDARD for each pin in XDC file since DEFAULT is no longer allowed unless one disables the warning

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    Were these converted projects using both PS and PL?

    Did you need the Early Adopter license?

    Thanks

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