Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.74 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.74 KB

General Information

Maintainer

Benoit Stef [[email protected]]

Authors

Changelog

See Changelog

Purpose of the Repository

This repository is a collection-repo. It contains all FPGA related libraries as submodules in exactly the directory structure required. The directory structure is important because different libraries reference to each other using relative paths.

The repository will be updated regularly (roughly every 3 months) but it may not always contain the vey-newest state of all submodules in between the updates. You can update submodules individually if required.

Alternatively only the repositories used can be checked out manually into the directory structure described below.

Cloning

Because the repository contains submodules, it must be cloned with the --recurse-submodules option:

git clone --recurse-submodules [email protected]:paulscherrerinstitute/psi_fpga_all.git