element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • 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
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • 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
FPGA
  • Technologies
  • More
FPGA
Documents The Zynq MPSoC facts and figures
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
FPGA requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: clem57
  • Date Created: 23 Sep 2019 8:20 PM Date Created
  • Last Updated Last Updated: 6 Oct 2021 10:09 PM
  • Views 497 views
  • Likes 3 likes
  • Comments 1 comment
Related
Recommended

The Zynq MPSoC facts and figures

I am creating this to record my observations and readings so far. View this as an appendix of information and not a source of things.

Block diagram of Zynq MPSoC

 

The Ultra96-V2 Developer Kit supports the following features:

  • Zynq UltraScale+ MPSoC ZU3EG SBVA484
  • Storage
    • Micron 2 GB (512M x32) LPDDR4 Memory
    • MicroSD Socket
      • Ships with Delkin Utility MLC Industrial 16GB card
  • Wi-Fi / Bluetooth
  • DisplayPort
  • 1x USB 3.0 Type Micro-B upstream port
  • 2x USB 3.0 Type A downstream ports
  • 40-pin Low-speed expansion header
  • 60-pin High speed expansion header
  • Mounted on thermal bracket with fan

image     Note: There is no on-board, wired Ethernet interface. All communications must be done via USB, Wi-Fi, JTAG, or expansion interface.

For better communications, get a USB to Ethernet adaptor!

 

The Master Memory Interface

 

The master memory interface uses the AXI Coherency Extension (ACE) protocol to communicate with the Cache Coherent Interconnect (CCI).

Previously, the Cortex-A9 application processor in the Zynq So C used AXI to communicate between processing elements throughout the device [14].

The Cortex-A53 application processor in the Zynq MPSoC uses ACE, which is part of the AMBA open standard (described i n Section 3.5.1).

The ACE protocol is similar to AXI, however, supports hardware coherency. This allows for system-level communication of up-to-date and information across the entire Zynq MPSoC.

 

A concept known as barrier transactions is used in the ACE protocol to manage the order of transactions efficiently. A barrier transaction is where the ACE protocol stalls the processing flow of data until a particular condition has been met [1]. There are two types of barrier transaction. The first is a memory barrier, which is used to ensure that transactions issued before the barrier are fully completed before transactions that are issued after the barrier. The memory barrier could be used to make sure that data has been successfully written to a memory location before another master initiates a read operation on the same memory space. The other type of barrier transaction is a synchronisation barrier, which prevents all master devices in a system from issuing a transaction until all previous transactions have successfully resolved.

 

Barrier transactions are possible using ACE since there are additional control signals added to the existing read address, read data, write address and write data channels of the AXI protocol. These allow for barrier signalling between components and indicate which masters should manage the barrier transactions. There are also additional signals for snooping which indicate the type of snoop (read or write) to be carried out [1].

 

Snooping is a major factor in achieving coherency between the APU and the remaining Zynq MPSo C components. Coherency relies on all master devices listening to every transaction issued by other masters . Upon a read operation being carried out, the master device with the most current data will provide it to the requesting master. Similarly, when a write operation is detected, the local copy held by the master ‘listening in’ will be invalidated [2]. Snooping makes it is possible to achieve coherency and ensures write operations to the same memory location are discernible by two or more master devices.

 

So I discovered the cryptography capabilities of this cool board:

 

https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842541/Using+Cryptography+in+Zynq+UltraScale+MPSoC

 

and also

 

https://www.xilinx.com/content/dam/xilinx/support/documentation/application_notes/xapp1319-zynq-usp-prog-nvm.pdf

 

Zynq UltraScale+ devices use a hardened AES cryptographic block for AES encryption and decryption.

The AES cryptographic block accepts keys from several sources. The 256-bit eFUSE AES key is stored either in the BBRAM or eFUSEs.

The AES key can also be stored in an obfuscated or black format in external eFUSE. Unlike in Xilinx 7 series FPGAs and Zynq-7000 devices, the AES key cannot be read after it is programmed. The value of the key can be verified. The Zynq UltraScale+ device also supports AES cryptographic functions using the physically uncloneable function (PUF), as discussed in PUF Support. In one of the two modes which use the PUF, eFUSEs are used.

  • zynqmpsoc
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
Parents
  • clem57
    clem57 over 3 years ago

    Assuming you have or get the Ultra96-V2 board, I think a few things may be desirable:

     

    One would be a Mini DisplayPort (MiniDP or mDP) to HDMI connector:  --->.Product LinkProduct Link

    image

    This allows you to disply from the board to the normal HDMI.

    Another useful although optional is Product LinkProduct Link

     

    image

    If you desire to do debugging of rebuilt or speciality Boot loaders. In that way you can capture console messages in real time...

     

    Also a power adapter with 12 V and at least 2 A. If you have expansion mezzanines or a power hungry USB 3.0 host connectors, go for more amps like 4: A reasonable priced one is:

    image

     

    Notice it has adaptors for international countries. Product LinkProduct Link

     

    That all for now, will update as information shows up...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • clem57
    clem57 over 3 years ago

    Assuming you have or get the Ultra96-V2 board, I think a few things may be desirable:

     

    One would be a Mini DisplayPort (MiniDP or mDP) to HDMI connector:  --->.Product LinkProduct Link

    image

    This allows you to disply from the board to the normal HDMI.

    Another useful although optional is Product LinkProduct Link

     

    image

    If you desire to do debugging of rebuilt or speciality Boot loaders. In that way you can capture console messages in real time...

     

    Also a power adapter with 12 V and at least 2 A. If you have expansion mezzanines or a power hungry USB 3.0 host connectors, go for more amps like 4: A reasonable priced one is:

    image

     

    Notice it has adaptors for international countries. Product LinkProduct Link

     

    That all for now, will update as information shows up...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
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 © 2023 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

  • Facebook
  • Twitter
  • linkedin
  • YouTube