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 Scripted reference design?
  • 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 9 replies
  • Subscribers 353 subscribers
  • Views 653 views
  • Users 0 members are here
Related

Scripted reference design?

Former Member
Former Member over 9 years ago

Are there any zedboard reference designs based entirely on scripts and plain HDL files? It would be optimal if it was using "create_ip -name processing_system7" to build the ARM subsystem.

  • Sign in to reply
  • Cancel
Parents
  • drozwood90
    0 drozwood90 over 9 years ago

    Hi there,

    I'm happy you got this far.  I've asked my colleague to take a peek at this. He has a lot more Linux build experience than I do.  Which hardware set are you attempting to build for?

    In the mean time, take a look at the instructions.  It actually says to pull down the tag "fmchc_python1300c_PZ7030_FMC2_20160223_221823" 
    However, looking in the repository, the file that your error states is not there, seems to be there. 
    https://github.com/Avnet/hdl/tree/fmchc_python1300c_MZ7020_FMCCC_20151209_154235/Boards/MZ7020_FMCCC

    I think the issue with this MIGHT be that the script appears to be looking for "mz7020_fmccc.tcl", while the file is actually named:
    "MZ7020_FMCCC.tcl"
    As I am sure you are aware, Linux sees case as a differentiator for files.

    To get you past this, can you try renaming the file, and re-run the script?

    cd to the Boards folder for the mz7020_fmccc
    then "mv MZ7020_FMCCC.tcl mz7020_fmccc.tcl"

    Let me know how that works out for you.

    --Dan

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

    Hi there,

    I'm happy you got this far.  I've asked my colleague to take a peek at this. He has a lot more Linux build experience than I do.  Which hardware set are you attempting to build for?

    In the mean time, take a look at the instructions.  It actually says to pull down the tag "fmchc_python1300c_PZ7030_FMC2_20160223_221823" 
    However, looking in the repository, the file that your error states is not there, seems to be there. 
    https://github.com/Avnet/hdl/tree/fmchc_python1300c_MZ7020_FMCCC_20151209_154235/Boards/MZ7020_FMCCC

    I think the issue with this MIGHT be that the script appears to be looking for "mz7020_fmccc.tcl", while the file is actually named:
    "MZ7020_FMCCC.tcl"
    As I am sure you are aware, Linux sees case as a differentiator for files.

    To get you past this, can you try renaming the file, and re-run the script?

    cd to the Boards folder for the mz7020_fmccc
    then "mv MZ7020_FMCCC.tcl mz7020_fmccc.tcl"

    Let me know how that works out for you.

    --Dan

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

    Thank you.

    It would probably be better to fix the part which generates the filenames to return the correct case. Or even use all lower case directory and filenames.

    Making a symbolic link:
    $ cd Boards/MZ7020_FMCCC
    $ ln -s MZ7020_FMCCC.tcl mz7020_fmccc.tcl

    Gets me a bit further:

    vivado -mode tcl -source make_fmchc_python1300c.tcl
    ...
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
    Selected Board and Project as:
    MZ7020_FMCCC and fmchc_python1300c
    *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


    Not Requesting Tag
    Setting Up Project fmchc_python1300c...
    ***** Generating IP...
    ***** Creating Vivado Project...
    ERROR: [Board 49-71] The board_part definition was not found for em.avnet.com:microzed_7020:part0:1.0. The project's board_part property was not set, but the project's part property was set to xc7z020clg400-1. Valid board_part values can be retrieved with the 'get_board_parts' Tcl command. Check if board.repoPaths parameter is set and the board_part is installed from the tcl app store.

        while executing
    "source ./ProjectScripts/$project.tcl -notrace"
        ("MZ7020_FMCCC" arm line 2)
        invoked from within
    "switch -nocase $board {
       PZ7015_FMCCC               -
       PZ7030_FMCCC               -
       PZ7010_FMC2                -
       PZ7020_FMC2                ..."
        (file "./make.tcl" line 279)

        while executing
    "source ./make.tcl -notrace"
        (file "make_fmchc_python1300c.tcl" line 46)
    Vivado%

    However, my goal was to find an example on how to instantiate processing_system7, but browsing through the tcl it seems like block design (bd) is used in all cases.

    • 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 © 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