Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 493 Bytes

File metadata and controls

20 lines (14 loc) · 493 Bytes

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.