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
Avnet Boards General PlanAHead and VHDL-Verilog 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 7 replies
  • Subscribers 354 subscribers
  • Views 671 views
  • Users 0 members are here
Related

PlanAHead and VHDL-Verilog design

Former Member
Former Member over 11 years ago

A simple question

what is the best way to design and debugg some vhd file when you are creating and working on a project from planAhead - xps?

i got used to creating my stuff with these two - they are really great once we have gone through the tutorial. And i start creating more complex projects which involve writing my vhd code.
by now i used to write it by hand, mostly modifying "user_logic.vhd" but now i would like to create different level of implemantations and i need syntax debugging, and to me, it is not obvious how we are supposed to do so.

At now the only solution i came up with was to create an ise project with my vhd files including user_logic, doing my work, and then copy the result back into my planAhead project.

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

    Hi,

    Dont be messed up with the software varities..

    in ISE you can write your HDL code,synthesize it...You have to only move to planahead while giving the Pin constraints.and .bit can also be generated in ISE itself..

    Also the whole work can be done on planahead as well

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

    thanks for your answer.

    general process using planAhead links us to generate a .bit and different kind of folders, mainly IPCORE where we are supposed to code our own vhdl.

    my personnal vhdl is programmed inside ISE.
    if i generate a .bit inside ISE that is not relevant to me, in the sense that planAhead generates the .bit with all the hardware specifications related to CPU PS7. that .bit wouldnt be the one we upload to the fpga right?

    samely i dont see how you would link a proper ise project including one or many .vhd constrained by one .ucf to a planAhead project ready to be deployed on the zedboard (since planAhead allows us to create a .ucf for our application .ucf which is located to a particular place, which is /project/constr/new/my.ucf )

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

    Home u2192 Forum u2192 General Questions
    PlanAHead and VHDL-Verilog design
    published by guillaume_bres on Mon, 2014-02-10 12:26
    Forums:
    General Questions

    A simple question

    what is the best way to design and debugg some vhd file when you are creating and working on a project from planAhead - xps?

    i got used to creating my stuff with these two - they are really great once we have gone through the tutorial. And i start creating more complex projects which involve writing my vhd code.
    by now i used to write it by hand, mostly modifying "user_logic.vhd" but now i would like to create different level of implemantations and i need syntax debugging, and to me, it is not obvious how we are supposed to do so.

    At now the only solution i came up with was to create an ise project with my vhd files including user_logic, doing my work, and then copy the result back into my planAhead project.

        Send author a message
        Subscribe
        Report Spam

    Share on facebook Share on twitter Share on google
    PlanAHead and VHDL-Verilog design
    Permalink Submitted by tusu on Sun, 2014-02-16 13:39.

    Hi,

    Dont be messed up with the software varities..

    in ISE you can write your HDL code,synthesize it...You have to only move to planahead while giving the Pin constraints.and .bit can also be generated in ISE itself..

    Also the whole work can be done on planahead as well

        reply

    thanks for your answer.
    Permalink Submitted by guillaume_bres on Mon, 2014-02-17 15:55.

    thanks for your answer.

    general process using planAhead links us to generate a .bit and different kind of folders, mainly IPCORE where we are supposed to code our own vhdl.

    "my personnal vhdl is programmed inside ISE.
    if i generate a .bit inside ISE that is not relevant to me, in the sense that planAhead generates the .bit with all the hardware specifications related to CPU PS7. that .bit wouldnt be the one we upload to the fpga right?"


    In ISE you will generate the .bit which get implemented on the PL of your zed board and if also get implemented on planahed then again it will also configure the PL portion..It has nothing to do with CPU PS7. CPU PS7 is hard core though it is programmable but not by .bit, in SDK PS7_init.tcl file will program PS7. Make one thing clear that if you upload .bit in ZED then only PL is getting used.


    @ your 2nd qsn, in .ucf, you can put your constraints that could be pin number,area constraints , time constraints, if you have many .vhd then you can create a top module, which can all constraints..In ISE or plan-ahead you can do so.

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

    "my personnal vhdl is programmed inside ISE.
    if i generate a .bit inside ISE that is not relevant to me, in the sense that planAhead generates the .bit with all the hardware specifications related to CPU PS7. that .bit wouldnt be the one we upload to the fpga right?"

    In ISE you will generate the .bit which get implemented on the PL of your zed board and if also get implemented on planahed then again it will also configure the PL portion..It has nothing to do with CPU PS7. CPU PS7 is hard core though it is programmable but not by .bit, in SDK PS7_init.tcl file will program PS7. Make one thing clear that if you upload .bit in ZED then only PL is getting used.

    @ your 2nd qsn, in .ucf, you can put your constraints that could be pin number,area constraints , time constraints, if you have many .vhd then you can create a top module, which can all constraints..In ISE or plan-ahead you can do so.

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

    ok thanks a lot things are clear now

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

    I am working on ZedBoard.
    Can you help me to find PL clock pin(Y9) on the Board.
    How to manage this clock frequency(100 Mhz) into different clock frequency to enter as main clock of the design i.e how do I manage the clock.

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

    Rajesh,

     

    As you can see on the ZedBoard schematic, or as is detailed in the ZedBoard Users Guide (section 2.5), the Zynq GCLK input on Y9 is connected to IC17, which is an oscillator. Both documents can be found here:

    http://zedboard.org/support/documentation/1521

     

    You can use one of the clock management blocks in the Zynq PL (Programmable Logic) section to manage the clock.

     

    In the future you would be better served to start a new forum topic rather than add a post to an older and unrelated thread.

     

    -Gary

    • 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