Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 508 Bytes

LArPix DAQ

This repo contains the source code for the CMOD-A7 used as part of the raspberrypi/artix7 LArPix control board.

Regenerating vivado project

To generate the vivado project from this repo::

git clone https://github.com/larpix/LArPixDAQ.git
cd LArPixDAQ
vivado -mode batch -source tcl/recreate_xpr.tcl

Exporting this project to a tcl script

After modifying the project, to generate the tcl script used for version control::

vivado -mode batch -source tcl/export_xpr.tcl