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
  • 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
PicoZed Hardware Design Problem porting Design from MicroZed to SVDK: Incorrect value 'zynq' specified for property SIM_DEVICE
  • 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 6 replies
  • Subscribers 337 subscribers
  • Views 991 views
  • Users 0 members are here
Related

Problem porting Design from MicroZed to SVDK: Incorrect value 'zynq' specified for property SIM_DEVICE

Former Member
Former Member over 10 years ago

Hello,

I am trying to port Microzed Phython1300 reference design to SVDK (picoZed). In short I use same Vivado version 2014.3.1, I changed PS preset to match picoZed, changed Zynq from 7020 to 7015, updated the IP to match the new HW and changed HW constrains to match SVDK. My problem is that when performing Synthesis I get the following error:
[Netlist 29-72] Incorrect value 'zynq' specified for property 'SIM_DEVICE'. Expecting type 'string' with possible values of '7SERIES,VIRTEX4,VIRTEX5,VIRTEX6'. The system will either use the default value or the property value will be dropped. Please verify your source files. ["c:/Designs/PYTHON1300_REF_DESIGN/vivado_7015/project_1.srcs/sources_1/ipshared/avnet.com/fmc_imageon_vita_receiver_v1_15_a/d7c3afaa/project_6.srcs/sources_1/imports/fmc_imageon_vita_receiver_v1_15_a/iserdes_clocks.vhd":1204].

Anybody, knows where this could come from?
Thanks in advance.
Ben


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

    I realize that I wrote when performing synthesis, actually I got this critical warning when elaborating design (open elaborated design). Thanks

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

    Benjamin,

    We have a new version of the vita/python receiver core, with which I was able to port designs to other Zynq devices.

    The new vita/python receiver core has been split into two seperate cores:

    - onsemi_vita_spi (contains the SPI controller)

    - onsemi_vita_cam (contains the LVDS de-serializer, etc...)

    Please use the following tutorial document to download source code and build the Vivado 2014.4 design for one of the supported FMC carriers (ZC702, ZedBoard, MicroZed FMC Carrier Card).

       EMBV_PYTHON1300C_Frame_Buffer_Tutorial_2014_4_01.pdf
       https://avnet.egnyte.com/dl/y73DZG88WG

    You will then be able to port the design to the SVDK by specifying a new Zynq device, and providing new XDC constraints, as you described previously.

    Regards,

    Mario.

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

    Hello,
    Following your advice I donwloaded  the file and did the same job again, it solved the above mentionned synthesis problem. I however had another problem using Vivado 2014.4 (I2C not working) and had to update to vivado 2015.2 to solve it. Now the application is executing with no error (HDMI Initialization/PYTHON Initialization/ CFA Initialization
    TPG Initialization/VDMA 0 Initialization/VDMA1 Initialization/OSD Initialization (camera=0xFF, tpg=0x00)
    System Ready!). However I still have no output on my hdmi screen. Any idea what this could be?
    I am looking into DE/Hsync/Vsync ADV7511 pin which are not grounded on SVDK and clock frequencies.
    Thanks for your support.
    Br,
    Ben
    but

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

    Can someone point me to where I can get the Vivado board file for the picozed Smart Vision Development Kit? I would like to add a second uart so the board file allow me to get started.
    "Smart Vision Development Kit 2015-SVDK-12"

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

    mamatrvs,

    There is no board definition files for the SVDK. 

    However, you can use the PicoZed board definition files, available on picozed.org, for use with the SVDK.

    Regards,

    Mario.

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

    I was just informed that there are no board definition files for the PicoZed SOMs, which makes sense since these SOMs require a carrier.

    There is a PicoZed PS Preset (TCL) file, which can be used to configure the Zynq device for the SVDK.

    Regards,

    Mario..

    • 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