/psi_fpga_all

Collection of all FPGA related PSI libraries in the correct folder strucutre. Each library is included as submodule.

Primary LanguageTcl

General Information

Maintainer

Oliver Bründler [oliver.bruendler@psi.ch]

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 https://github.com/paulscherrerinstitute/psi_fpga_all