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
Avnet Boards General timestamping inputs to the nanosecond
  • 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 3 replies
  • Subscribers 367 subscribers
  • Views 432 views
  • Users 0 members are here
Related

timestamping inputs to the nanosecond

Former Member
Former Member over 10 years ago

Hi,

I don't know much about FPGAs, but from the information I could gather they can be a great answer to my quest; I think especially the MicroZed could be the magic I'm looking for to implement what I need. Could some of you tell me if it's doable ?

Here are my needs: I have a few inputs (about half a dozen) which are square 1Hz signals, more or less stable. For each signal I need to precisely timestamp its rising edge with respect to a very precise master clock (also 1Hz), down to a nanosecond measurement.

Is it possible to do that with a Zynq ?
Does it leave some "free space" on the FPGA to implement other functions ?

Thanks,
        Xav

  • Sign in to reply
  • Cancel
  • drozwood90
    0 drozwood90 over 10 years ago
    Hi there,   The MicroZed product line has Artix fabric, which is more power efficient and lower speed than his faster bigger brother using Kintex fabric. Using Vivado and the Zynq 7020 version as a test, I am able to see that the Clocking Wizard only allows you to configure the internal clocks to 800MHz MAX. I then changed to a 7030 (the fastest PicoZed), which also demonstrated a clock limit of 800MHz. This does not go higher until you start getting into higher speed grades (933Mhz and 1066Mhz).   I would suggest you look at using the FMC Carrier card  http://microzed.org/product/microzed-fmc-carrier with a custom FMC card similar to this one:  http://www.sevensols.com/index.php?seccion=1400&subseccion=1439   It seems that card will do exactly what you need!   To answer your questions, without doing something with external hardware, I do not think that you are going to get to a nanosecond of accuracy with the Zynq family due to the speed capability of the input pins as well as clock frequency specifications. If you use the above listed card, I feel that there will be plenty of room in the Zynq to do many things and implement many functions. Especially if you look at leveraging the built in hardware accelerators which do not take up any logic except what you need to link those accelerators to any logic that you intend to use. If you use the function directly, there is 0 cost to the fabric of the Zynq!  --Dan
    • 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 drozwood90

    Hi Dan,

    thanks for your answer. I have seen some papers where they do time measurement with greater precision than the FPGA's clock by using "carry chains", e.g.: http://pwt.et.put.poznan.pl/PWT_2012/PWT%202012_2242.pdf
    Is that possible with the Zynq ?

            Xav

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • drozwood90
    0 drozwood90 over 10 years ago
    I cannot comment on how well this will work, but the document you linked spoke about using what seems to be Spartan 6 to accomplish their goals. The Zynq has Series 7 fabric which is faster. It appears they are using some kind of interpolation. That same structure should be able to be implemented in Zynq.  So, Is it possible to implement this, I think yes. I just cannot comment on how well it will work. Based on the difference in fabric, I would think this will work better on the Series 7 hardware, but I have not used such a technique in the Series 7 fabric. I have used something similar in Spartan 3E, but that was quite some time ago.  There is certainly enough clocks to implement this. Fabric resource-wise, I do not think that you will have issues. I think you will probably have a good amount of resources left over. One advantage to using the MicroZed or PicoZed as platforms, you can start your development using the larger parts, then as you get your design worked out, you can migrate down to the smaller parts for cost reduction / production runs. Yet it gives you the flexibility to use the larger platforms to work out your ideas without the need for optimization during development.  Please post back your results!  I think everyone would be interested in seeing what happened!  --Dan
    • 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