=====================
KM3NeT firmware CLBv2
=====================

Simplest way to build is using docker.

First get the image from the repository and tag it:

  docker pull docker.km3net.de/base/ise-tools:1.1
  docker tag docker.km3net.de/base/ise-tools:1.1 ise-tools

Use the script

  create_docker.sh
  
to create the container with the correct settings

Then start the container using:

  docker start c-ise

Once complete you can first build the firmware using the script:

  ./d_build_all.sh

Once complete, a release can be created (no need for docker):

  ./make_release.sh <release-tag>

A file called

  clb_<release-tag>.tar.gz

should now be present.

Description
KM3NeT firmware CLBv2, contains Mentor Graphics (hw/FMC_SoftPLL) and OrCad (hw/CLBv2) projects
https://gitlab.nikhef.nl/peterj/gitified_old_clb_svn
Readme 753 MiB