/libtslitex

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

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.