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
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
Documents For RoadTesters: MiniZed Dev Board Tutorial -- Creating a Zynq Hardware Platform in Vivado
  • 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
Engagement
  • Author Author: rscasny
  • Date Created: 11 Oct 2017 1:46 AM Date Created
  • Last Updated Last Updated: 6 Oct 2021 9:23 PM
  • Views 967 views
  • Likes 4 likes
  • Comments 7 comments
Related
Recommended

For RoadTesters: MiniZed Dev Board Tutorial -- Creating a Zynq Hardware Platform in Vivado

With a traditional processor, the hardware platform is pre-defined. The manufacturer selected the processor parameters and built-in peripherals when the chip was designed. To make use of this pre-defined processor, you need only target that specific hardware platform in the software development tools.

 

The Zynq-7000 All Programmable SoC is different.

 

Zynq provides multiple building blocks and leaves the definition to you as the design engineer. This adds flexibility, but it also means that a bit of work needs to be done up front before any software development can take place.

 

The first step in completing a Zynq design is to define and build the hardware platform. The purpose of this tutorial is to show you how to quickly and easily create a base hardware platform for MiniZed.

 

Objectives

  • When this tutorial is complete, you will be able to:
  • Create a new project in Vivado, targeting MiniZed
  • Create a block based design to insert an ARM processor core
  • Import the MiniZed Zynq PS Preset settings
  • Build and export the hardware platform

 

Download the attached pdf to read through the tutorial.

Attachments:
image01_MiniZed_Zynq_Intro_2017_1_01.pdf
  • scasny
  • xilinx
  • fpgasocminized
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • rscasny
    rscasny over 7 years ago +3
    I will be launching the MiniZed Dev Board Roadtest soon. If you are interested in applying for this RoadTest, I encourage you to look over this tutorial that was produced by AVNET. If you have questions…
  • hlipka
    hlipka over 7 years ago in reply to balearicdynamics +3
    From the experience - a PSoC is much easier to program and develop for. It also comes with more refined and ready-made components. OTOH the Zynq is much more powerfull, since it can actually run Linux…
  • DAB
    DAB over 7 years ago +2
    From reading the tutorial, it almost looks like it is easy enough for me to follow. It would be interesting to compare its capability with a Cypress Semiconductor PSOC. DAB
  • alvieboy
    alvieboy over 7 years ago

    It would be interesting to see how it stands in comparison to my Parallella board (and the original ZedBoard, which I also have).

    Alvie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 7 years ago in reply to DAB

    DAB, while the Cypress ones have ready-to-use high level components (analog and digital) that are comparable with separate ICs, this onge is more “arm cpu directly bussed into FPGA fabric”.

     

    powerful but difficult for me. I’d love to become more skilled but it’s a rough learning ramp for me.

    It must be great to be fluent with these devices. And that’s still my aim ...

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • hlipka
    hlipka over 7 years ago in reply to balearicdynamics

    From the experience - a PSoC is much easier to program and develop for. It also comes with more refined and ready-made components. OTOH the Zynq is much more powerfull, since it can actually run Linux, and having a FPGA means you have much more capacity for designs.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 7 years ago

    From reading the tutorial, it almost looks like it is easy enough for me to follow.

     

    It would be interesting to compare its capability with a Cypress Semiconductor PSOC.

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • balearicdynamics
    balearicdynamics over 7 years ago

    I read the tutorial almost in detail. My impression is that the class of product is very similar to the PSoC family with a couple of details that makes the difference; the first is that is seems more flexible and complete and the second is that it includes a larger series of hardware implementation options. Having already worked (and working again too) with Cypress PSoC products family this seems the next evolution step. I am curious to see what happens in practice with the development system: easy to use, flexibility and what else. As there are a lot of more possibilities also the number and variety of "blocks" to build hardware design dramatically increase; it will be interesting to see the general complexity level approaching this series of boards.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 7 years ago

    It's not explicitly stated in the intro, but it's an ARM and an FPGA on the same silicon. Exciting ...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rscasny
    rscasny over 7 years ago

    I will be launching the MiniZed Dev Board Roadtest soon. If you are interested in applying for this RoadTest, I encourage you to look over this tutorial that was produced by AVNET.

     

    If you have questions, send them my way. rscasny

    Randall Scasny

    RoadTest Program Manager

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