DAQ for CMSPIX28 ASIC
Might require adding ssh private/public key pair before cloning repo. Example instructions: stackoverflow.
git clone --recursive [email protected]:smart-pix/CMSPIX28_DAQ.git
git submodule foreach --recursive 'if git show-ref --verify --quiet refs/heads/main; then git checkout main; elif git show-ref --verify --quiet refs/heads/master; then git checkout master; else echo "Neither main nor master branch exists"; fi'
git submodule foreach --recursive git pull
The following copies an instance of spacely-asic-config files inside PySpacely:
chmod +x setup.sh
./setup.sh
The python environment in .../CMS_PIX_28/testing/tools/venvs/p3.11.11/bin/ contains the right modules installed to run spacely.
- If in case, you need to run spacely without the carboard, then comment out these lines.