/arty_ntp_client

NTP client for Arty-7 35T board

Primary LanguageVHDL

FPGA-based NTP client



This is a simple NTP client running at the Digilent Arty-7 35T FPGA board.

Every four seconds an NTP packet is sent to the NTP server. The response from the server contains the timestamp on departure (64-bit number) which is used to set local time of NTP client. When NTP client receives valid NTP packet the green LED is lit, a timeout error is indicated by red LED. NTP client contains a minimal implementation of UDP/IP stack with handling ARP requests. The data are sent over Fast Ethernet through MII interface. No checksum calculation on incoming IPv4 and UDP packets. Current time is displayed on 7-seg display. The whole design description is written in VHDL (no softcore CPU), the project can be opened in Vivado 2017.4. MAC and IP addresses of the NTP client and server are set as generics.

In Vivado go to Tools -> Run TCL script.. -> "viviado.tcl".

alt text



Used IP cores/VHDL code:


The board must be powered by external power supply.

Click here to see it in action (https://www.youtube.com/watch?v=EOFJBEK76HQ):

IMAGE ALT TEXT HERE