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
MicroZed Hardware Design EMBV PYTHON 1300C FRAME BUFFER 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 2 replies
  • Subscribers 309 subscribers
  • Views 1031 views
  • Users 0 members are here
Related

EMBV PYTHON 1300C FRAME BUFFER reference design

macha10
macha10 over 6 years ago

Hello,

 

I would like to reexecute the reference design given with the EMBV_python_1300C kit (http://zedboard.org/support/design/6251/51). I followed all steps listed in the EMBV_PYTHON_1300C_FRAME_BUFFER_tutorial_2015_4-01.pdf", but when implementing I got a lot of warnings, telling that there is no FIFO_GENERATOR 13.0 in the Onsemi_vita_cam and Onsemi_vita_SPI IP cores. After googling, I found that an update of this project under Vivado 2017.2 uses an XPM_FIFO, which needs many asynchronous clocks. I used this update and the implementation process stops, when executing these next lines of the .XDC constraint file:

create_clock -period 3.703 -name vita_ser_clk [get_ports IO_PYTHON_CAM_clk_out_p]

# Define asynchronous clock domains

set_clock_groups -asynchronous -group [get_clocks clk_fpga_0]\

  -group [get_clocks clk_fpga_1]\ 

  -group [get_clocks clk_out1_embv_p1300c_clk_wiz_0_0]\

  -group [get_clocks vita_clk]\

  -group [get_clocks CLKDIV_c_0]

I' m getting these critical warnings during the design creation and implementation

connect_bd_net -net clk_wiz_0_clk_out1 [get_bd_pins avnet_hdmi_out_0/clk] [get_bd_pins clk_wiz_0/clk_out1] [get_bd_pins onsemi_vita_cam_0/clk] [get_bd_pins rst_PS7_0_108M/slowest_sync_clk] [get_bd_pins v_axi4s_vid_out_0/vid_io_out_clk] [get_bd_pins v_tc_0/clk] [get_bd_pins v_vid_in_axi4s_0/vid_io_in_clk]

WARNING: [BD 41-1731] Type mismatch between connected pins: /avnet_hdmi_out_0/clk(undef) and /clk_wiz_0/clk_out1(clk)

WARNING: [BD 41-1731] Type mismatch between connected pins: /clk_wiz_0/clk_out1(clk) and /onsemi_vita_cam_0/clk(undef)

 

 

connect_bd_net -net PS7_0_FCLK_CLK2 [get_bd_pins clk_wiz_0/clk_in1] [get_bd_pins onsemi_vita_cam_0/clk200] [get_bd_pins PS7_0/FCLK_CLK2]

WARNING: [BD 41-1731] Type mismatch between connected pins: /onsemi_vita_cam_0/clk200(undef) and /PS7_0/FCLK_CLK2(clk)

 

connect_bd_net -net rst_PS7_0_76M_peripheral_reset [get_bd_pins avnet_hdmi_out_0/reset] [get_bd_pins rst_PS7_0_76M/peripheral_reset] [get_bd_pins v_axi4s_vid_out_0/vid_io_out_reset] [get_bd_pins v_vid_in_axi4s_0/vid_io_in_reset]

WARNING: [BD 41-1731] Type mismatch between connected pins: /avnet_hdmi_out_0/reset(undef) and /rst_PS7_0_76M/peripheral_reset(rst)

 

 

4) After executing the microzed_preset.tcl script, I got these warnings, so why these values are negatives, they cause a failure in timing constraint after place an route process

CRITICAL WARNING: [PSU-1] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_0 has negative value -0.073 . PS DDR interfaces might fail when entering negative DQS skew values.

CRITICAL WARNING: [PSU-2] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_1 has negative value -0.072 . PS DDR interfaces might fail when entering negative DQS skew values.

CRITICAL WARNING: [PSU-1] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_0 has negative value -0.073 . PS DDR interfaces might fail when entering negative DQS skew values.

CRITICAL WARNING: [PSU-2] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_1 has negative value -0.072 . PS DDR interfaces might fail when entering negative DQS skew values.

CRITICAL WARNING: [PSU-1] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_0 has negative value -0.073 . PS DDR interfaces might fail when entering negative DQS skew values.

CRITICAL WARNING: [PSU-2] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_1 has negative value -0.072 . PS DDR interfaces might fail when entering negative DQS skew values.

 

After Synthesis (out of context module runs)

Warning:

[Vivado 12-507] No nets matched 'FCLK_CLK0'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":120]

[Vivado 12-507] No nets matched 'FCLK_CLK1'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":121]

[Vivado 12-507] No nets matched 'FCLK_CLK2'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":122]

 

[Vivado 12-627] No clocks matched 'clk_fpga_0'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-627] No clocks matched 'clk_fpga_1'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-627] No clocks matched 'clk_out1_embv_p1300c_clk_wiz_0_0'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-627] No clocks matched 'vita_clk'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-627] No clocks matched 'CLKDIV_c_0'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

 

CRITICAL WARNING:

[Vivado 12-4739] set_clock_groups:No valid object(s) found for '-group [get_clocks clk_fpga_1]'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-4739] set_clock_groups:No valid object(s) found for '-group [get_clocks clk_out1_embv_p1300c_clk_wiz_0_0]'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-4739] set_clock_groups:No valid object(s) found for '-group [get_clocks vita_clk]'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

[Vivado 12-4739] set_clock_groups:No valid object(s) found for '-group [get_clocks CLKDIV_c_0]'. ["/home/nmazc/vivado_projects/video_acquisition/embv_python1300.xdc":129]

 

generating bitstream

[Timing 38-282] The design failed to meet the timing requirements. Please see the timing summary report for details on the timing violations.

So could you, please, help me?

  • Sign in to reply
  • Cancel
  • jafoste4
    0 jafoste4 over 6 years ago

    Hi,

    Are you recreating this using Vivado 2015.4 as in the tutorial? If not please do so.

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • macha10
    0 macha10 over 6 years ago in reply to jafoste4

    Hi Josh,

     

    Yes, first time I've launched the script under Vivado 2015.4, but the implementation failed because there were no .xci file of the FIFO used in both Onsemi_vita_cam and Onsemi_vita_SPI IP cores. I tried to regenerate this FIFO, but looking at the FIFO generation wizard, I found many options and in the HDL FIFO wrapper code, I wasn't able to detect which kind of FIFO is used. That's why I switched to Vivado 2017.2 and tried the solution given here: https://github.com/Avnet/hdl/commit/8a0dfc86322d92b9957636dda4b77580af7e66f3. It replaces the version specific fifo_generator_v##_# core with version independant xpm_fifo_async, which has asynchronous clocks, described above in the .XDC file.

    • 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