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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design Shared register PS/PL
  • 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 1 reply
  • Subscribers 353 subscribers
  • Views 233 views
  • Users 0 members are here
Related

Shared register PS/PL

Former Member
Former Member over 10 years ago

Hello everyone,

I'm looking for a fast way to transport data (512bit) from the PS to the PL and back. In my project the data arrives at the PS, needs to be processed partly in PS and uses the PL for speeding up the processing. Afterwards the outputdata of the PL needs to be available at the PS. Using RAM would probably be too slow, so I thought of sharing a 32bit register between both. Is this possible? And if so, can anyone give me some advice on how to implement this on the ZedBoard. I'm fairly new to the ZedBoard and the Vivado software.
Thanks in advance,

Dries

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

    Hello Dries,

     

    Interesting question. There are several ways to implement your interface including a shared register interface as you suggest, a dual port BRAM (Block Ram) in the PL or a streaming type interface on one of the Zynq HP ports. In most cases you will probably want to use DMA to speed the transfers. It comes down to the nature of your data (is it streaming like video) and the method you want to use to develop your PL processing design. If you are going to implement the PL processing in hand written HDL code then you may want to use the Vivado 'Create IP' flow which will help you define the interface. If you are planning on defining your PS/PL processing at a higher level of abstraction you may want to investigate the Xilinx SDSoC development environment: http://www.xilinx.com/products/design-tools/software-zone/sdsoc.html

     

    It either case you should probably get a better idea of the basic architecture and capabilities of the Zynq itself before you start. I would suggest looking at the Avnet Zynq SW and HW Speedway workshops to start with:

     

    http://zedboard.org/support/trainings-and-videos

     

    Adam Taylor has a really good blog that goes through developing Zynq design with both the Vivado IP creation and the SDSoC environment:

     

    http://zedboard.org/content/microzed-chronicles

     

    If you are going to stick with the Vivado tool flow Jeff Johnson has some good tutorials as well:

     

    http://www.fpgadeveloper.com/category/tutorials

     

    And if you are a student or educator you may want to take a look at the Xilinx University Program:

     

    http://www.xilinx.com/support/university.html

     

    -Gary

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

    Hello Dries,

     

    Interesting question. There are several ways to implement your interface including a shared register interface as you suggest, a dual port BRAM (Block Ram) in the PL or a streaming type interface on one of the Zynq HP ports. In most cases you will probably want to use DMA to speed the transfers. It comes down to the nature of your data (is it streaming like video) and the method you want to use to develop your PL processing design. If you are going to implement the PL processing in hand written HDL code then you may want to use the Vivado 'Create IP' flow which will help you define the interface. If you are planning on defining your PS/PL processing at a higher level of abstraction you may want to investigate the Xilinx SDSoC development environment: http://www.xilinx.com/products/design-tools/software-zone/sdsoc.html

     

    It either case you should probably get a better idea of the basic architecture and capabilities of the Zynq itself before you start. I would suggest looking at the Avnet Zynq SW and HW Speedway workshops to start with:

     

    http://zedboard.org/support/trainings-and-videos

     

    Adam Taylor has a really good blog that goes through developing Zynq design with both the Vivado IP creation and the SDSoC environment:

     

    http://zedboard.org/content/microzed-chronicles

     

    If you are going to stick with the Vivado tool flow Jeff Johnson has some good tutorials as well:

     

    http://www.fpgadeveloper.com/category/tutorials

     

    And if you are a student or educator you may want to take a look at the Xilinx University Program:

     

    http://www.xilinx.com/support/university.html

     

    -Gary

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