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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
PicoZed SDR Software-Defined Radio Xilinx voucher for Vivado Design Suite
  • 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 Verified Answer
  • Replies 5 replies
  • Subscribers 312 subscribers
  • Views 623 views
  • Users 0 members are here
Related

Xilinx voucher for Vivado Design Suite

reg_mail
reg_mail over 8 years ago

Hi,

When purchasing a PicoZed SDR, are we entitled for a license voucher  to Xilinx Vivado Design Suite?

If not, will the free ISE WebPACK license be suffice to write applications such as receive samples to file or transmit samples from file?

 

Thanks,

Roy

  • Sign in to reply
  • Cancel

Top Replies

  • jafoste4
    jafoste4 over 8 years ago +1
    Hello Reg_mail, No, a device locked Vivado license does not come with the purchase of a PicoZed SDR SOM/Development Kit. Also, the free ISE WebPack license will not work with the PicoZed SDR SOM. This…
  • Former Member
    Former Member over 8 years ago +1 verified
    I'm not aware of any tutorials, but the stock image boots to the IIO Oscilloscope program, which controls the hardware and can plot signals in the time and frequency domain as well as the constellation…
  • jafoste4
    0 jafoste4 over 8 years ago

    Hello Reg_mail,

    No, a device locked Vivado license does not come with the purchase of a PicoZed SDR SOM/Development Kit. 

    Also, the free ISE WebPack license will not work with the PicoZed SDR SOM. This is because it only supports 7Z000 - 7Z030 Zynq devices when the PicoZed SDR SOM has a 7Z035 Zynq device installed on it.

    You will need to look into purchasing a Vivado HL Design Edition License.

    --Josh

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

    Two things to consider -

    1) The WebPACK license isn't sufficient to build/modify the Z-7035 FPGA on the PicoZed SDR 2x2, but should work for the Z-7020 used on the PicoZed SDR 1x1.

    2) If you do just want to receive and transmit samples to/from files, the pre-built FPGA image could work fine, and you could simply build your software application using the IIO interface on the embedded Linux, or I think you can use it with MATLAB/Simulink as well (running on a PC, using the PicoZed SDR as the radio).  It's certainly more limited than being able to do additional processing in the FPGA, but might work depending on your needs.

     

    Pat

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

    Thank you Pat and Josh,

     

    Is there a tutorial on how use the pre-build FPGA image on the PicoZed with the IIO interface?

     

    At the moment I'm only interested in sampling to file or transmitting from file, but without using a host PC with MATLAB, that is, running from the ARM.

     

    Roy

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

    I'm not aware of any tutorials, but the stock image boots to the IIO Oscilloscope program, which controls the hardware and can plot signals in the time and frequency domain as well as the constellation.  That program is open source ( https://github.com/analogdevicesinc/iio-oscilloscope ), and would be a good example to look at if you want to build a high level application.

     

    I personally just needed a way to control the hardware (set freq, sample rate, etc) and pull in raw samples to process, so I used the simple low level AD9361-iiostream example ( https://github.com/analogdevicesinc/libiio/blob/master/examples/ad9361-iiostream.c ).  This code, plus some simple mods for file I/O would quickly get you to the point of receiving to a file and transmitting from a file.

     

    Note that you certainly won't be able to pull/push samples to/from the ARM and SD card at the maximum AD9361 sample rate.  I've never tested the limit, but I'd guess that you'd be limited to around 5 MSPS or so without dropping samples (5 MSPS w/ 16-bit I/Q samples would be 20MB/s).

     

    Pat

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • reg_mail
    0 reg_mail over 8 years ago

    Thanks Pat, I think that the AD9361-iiostream example is what I need.

     

    Roy

    • 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