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
PicoZed SDR Software-Defined Radio PicoZed 7035 SOM board definition files
  • 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 5 replies
  • Subscribers 323 subscribers
  • Views 643 views
  • Users 0 members are here
Related

PicoZed 7035 SOM board definition files

vinaygb
vinaygb over 8 years ago

Its been more than 6 months since the release of Picozed 7035 SOM and we don't see Board definition files for vivado yet. 

In one of the forum topics, this issue was discussed and ADI TCL scripts are suggested as solution.

But there are no gudies/manuals for developing using those scripts.

Kindly provide Board definition files for Picozed 7035 SOM or provide user manuals for those scripts.

  • Sign in to reply
  • Cancel
Parents
  • mbrown
    0 mbrown over 8 years ago

    Hello vinaygb,

    The ADI TCL scripts are the solution here. Please see the instructions in this post:

    http://picozed.org/content/how-do-i-rebuild-reference-design-hdl-project

     

    For more info have a look on ADI's wiki:

    https://wiki.analog.com/resources/fpga/docs/hdl

     

    For details on their repository structure:

    https://wiki.analog.com/resources/fpga/docs/hdl

     

    Thanks

    /Matt

    https://wiki.analog.com/resources/fpga/docs/git

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

    Hello vinaygb,

    The ADI TCL scripts are the solution here. Please see the instructions in this post:

    http://picozed.org/content/how-do-i-rebuild-reference-design-hdl-project

     

    For more info have a look on ADI's wiki:

    https://wiki.analog.com/resources/fpga/docs/hdl

     

    For details on their repository structure:

    https://wiki.analog.com/resources/fpga/docs/hdl

     

    Thanks

    /Matt

    https://wiki.analog.com/resources/fpga/docs/git

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • vinaygb
    0 vinaygb over 8 years ago in reply to mbrown

    Thanks mbrown,

     

    I am trying to follow the steps in the links provided. But I am getting error when make command is run. I am trying to resolve that.

    But I want to know wha tis the end result of this make ?

    Will there be a menu listing during Vivado create project under Boards as PicoZed SDR 7035 SOM or  its just a project with pin constraints ?

     

    Thanks,

    Vinay

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

    Thanks mbrown,

    I followed the steps as in the link.

    When make command is run following error is seen

    [~]> which vivado
    /cygdrive/f/Xilinx/Vivado/2015.2/bin/vivado
    [~]> cd f:
    [/cygdrive/f]> cd hdl-2015_r2
    [/cygdrive/f/hdl-2015_r2]> make pzsdr.ccbrk
    cd projects/pzsdr/ccbrk; make
    make[1]: Entering directory '/cygdrive/f/hdl-2015_r2/projects/pzsdr/ccbrk'
    make -C ../../../library/axi_ad9361
    make[2]: Entering directory '/cygdrive/f/hdl-2015_r2/library/axi_ad9361'
    rm -rf *.cache *.data *.xpr *.log component.xml *.jou xgui .Xil
    vivado -mode batch -source axi_ad9361_ip.tcl  >> axi_ad9361_ip.log 2>&1
    make[2]: *** [Makefile:73: axi_ad9361.xpr] Error 1
    make[2]: Leaving directory '/cygdrive/f/hdl-2015_r2/library/axi_ad9361'
    make[1]: *** [Makefile:73: lib] Error 2
    make[1]: Leaving directory '/cygdrive/f/hdl-2015_r2/projects/pzsdr/ccbrk'
    make: *** [Makefile:28: pzsdr.ccbrk] Error 2
    [/cygdrive/f/hdl-2015_r2]>
     

    I tried to run make pzsdr.ccfmc and got same error.

    Please help in resolving this issue

    • 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