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
Using Xilinx Tools Forum EDK DRC problems with default clock settings
  • 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 10 replies
  • Subscribers 336 subscribers
  • Views 1146 views
  • Users 0 members are here
Related

EDK DRC problems with default clock settings

gsavaton
gsavaton over 12 years ago

Hi,

I am trying to follow the tutorial at http://zynqgeek.blogspot.it/2012/08/zedboard-create-planahead-project-with.html

In XPS, after loading the XML board configuration file, DRC completes with no errors.

Back into PlanAhead, I create the top HDL and run the synthesis.

I get a message box with the following message:

<<
DRC check found issues in the design. Please see the console log for more details.
>>

The TCL console reads:

<<
ERROR:EDK - issued from TCL procedure "zynqconfig_do" line 34
   processing_system7_0 (processing_system7) - MHS file editing for Zynq related
   parameters is not allowed. Please use Zynq tab in XPS for PS configuration.
    Value of parameter C_FCLK_CLK0_FREQ (96461533) in MHS conflicts with the
   setting in Zynq tab. Value of C_FCLK_CLK0_FREQ should be 100000000
>>

This message disappears if I modify the input clock frequency in XPS (in the "Zynq" tab, "Clock Generation" block, "Zynq crystal" set to 35 MHz instead of 33.33 MHz) and run the synthesis again.

I am using ISE 14.2 for Linux.

Did anyone experience the same problem?

Guillaume Savaton

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

    gsavaton,

    What version of the XML did you import into XPS?  Was it the current version from this link:

    http://zedboard.org/sites/default/files/documentations/zedboard_RevC_v2_XML.zip

    Did you follow the how-to that ZynqGeek posted step-by-step?

    It looks like something along the way, perhaps a tcl script, is calculating the wrong clock frequency for the PS.  Can you post your MHS file?  I suggest using pastebin.org.

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

    > What version of the XML did you import into XPS? Was it the current version from this link:

    Yes, I used the RevC v2 XML.

    > Did you follow the how-to that ZynqGeek posted step-by-step?

    I think so.

    I also tried to start a project without selecting any board, and added the processing system manually in XPS.

    I got exactly the same result.

    > Can you post your MHS file?

    Here it is:
    http://pastebin.com/GPTvS2u7

    It contains this line:
    PARAMETER C_FCLK_CLK0_FREQ = 96461533

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

    gsavato,

    If you change that line from 96461533 to 100000000 does it work?

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

    Yes.

    I have to change all clock frequency settings, from CLK0 to CLK3, to match the expected frequencies.
    Then synthesis completes with the usual warnings, and I can proceed to implementation and bitstream generation.

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

    i had the same problem as i used an 13.4 lincense file for my ISE 14.2. As i moved to the license Server of my University all clock problems where gone.

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

    I had the same problem under linux, but its gone when I unset locales:
    unset LANG
    unset LC_ALL

    I have both commands now in my settings64.sh.

    Credits to http://www.zedboard.org/content/ise-142-bug-reports

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

    I had Swedish locale (Ubuntu 12.04-64bit) and here the decimal sign is the "comma". The "Clock Wizard" scripts do however calculate with the "dot". Meaning that 33,333333MHz will be truncated to 33MHz as input frequency.
    I run 14.4 version.

    In my settings64.sh I override all my Swedish locale with:
    export LC_ALL=en_US.UTF-8

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

    Hey
    When I launch generate bitstream I have this messages.
    [Edk 24-135] DRC check found issues in the design. Please see the console log for more details.

    [HDLCompiler 1654] Instantiating <system_i> from unknown module <system> ["/home/eukrea/Documents/silica/tutoriel/fpga/lab4/LED_Controller/LED_Controller.srcs/sources_1/edk/system/system_stub.v":60]

    I don't know where is the problem

    I added
    unset LANG
    unset LC_ALL

    unfortunately it des'nt worK.

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

    hey when I create embedded and I add the processor arm processing system when I generate netlist I had this error whereas I add only the processor Do you can help me ?
    Cordially.
    processing_system7_0 (processing_system7) - MHS file editing for Zynq related
       parameters is not allowed. Please use Zynq tab in XPS for PS configuration.
        Value of parameter C_FCLK_CLK0_FREQ (49500000) in MHS conflicts with the
       setting in Zynq tab. Value of C_FCLK_CLK0_FREQ should be 50000000

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

    I test the manipulation with the version 14.2 I had'nt this problem.

    • 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