Git Product home page Git Product logo

Comments (3)

ahmadexp avatar ahmadexp commented on June 15, 2024

NetTimeLogic provides a Windows based software that allows you to monitor and set the configurations of the cores. This is an easier (since it is visual) alternative to directly changing values in Linux. In our recent driver though we have most of the settings accessible via the sysfs. This method can still be useful in case someone wants to use the time card without the PCIe being connected, such as event time stamper or IRIG-B generator.

from time-appliance-project.

wisxxx avatar wisxxx commented on June 15, 2024

Understood. Where does the "host PC running Windows" connect to the FPGA? I'm not seeing it on the AC7100 nor the Timing Card schematics.

from time-appliance-project.

thschaub avatar thschaub commented on June 15, 2024

In some versions of the timecard we have an UART (or USB-UART connection). However, the pins are always there in the FPGA design or on the SOM connector.

E.g. Page 4:
https://github.com/opencomputeproject/Time-Appliance-Project/blob/master/Time-Card/ECAD/Prototype-V0/Timingcard_PROJECT.pdf

In the FPGA Design this are following pins:
#UART1
set_property PACKAGE_PIN P15 [get_ports Uart1TxDat_DatOut]
set_property PACKAGE_PIN P16 [get_ports Uart1RxDat_DatIn]

or on SOM Connector P1B:
B-71 UART_TXD
B-77 UART_RXD

Details about the UART Communication protocol as well as the Windows Tool you can find here:
https://github.com/opencomputeproject/Time-Appliance-Project/tree/master/Time-Card/SOM/FPGA/UCM

from time-appliance-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.