NateMeyer / libtslitex

This is a C library to interface with the LiteX Firmware on Thunderscope over PCIe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thunderscope Library

This repository provides a library for the LiteX Thunderscope gateware. It is built upon the litepcie driver and includes the register definition files from the Thunderscope gateware build. The Thunderscope litepcie driver should be built separately.

image

Requirements

For the Windows build, requires:

  • VS 2022
  • Cmake

Build

> cd build
> cmake ..
> cmake --build .

Output binaries are in the build/artifacts folder.

About

This is a C library to interface with the LiteX Firmware on Thunderscope over PCIe

License:BSD 2-Clause "Simplified" License


Languages

Language:C 69.9%Language:C++ 28.9%Language:CMake 1.3%