2026-04-13 13:25:12 +02:00
2020-08-18 10:49:02 +02:00
2018-12-11 17:53:33 +01:00
2021-12-17 15:19:12 +01:00
2017-10-11 09:40:31 +02:00
2021-12-17 15:19:12 +01:00
2026-04-13 13:25:12 +02:00

README

DRS4 Evaluation Board firmware and software

  • VHDL firmware for Xilinx ISE
  • drscl command line interface to DRS4 Evaluation Board
  • drsosc oscilloscope program for DRS4 Evaluation Board

Build

  • clone repository recursively:

git clone https://gitea.psi.ch/WaveDAQ/drs4eb.git --recursive

  • Install wxWidgets from https://www.wxwidgets.org/ (only if DRSOsc program is needed). Make sure the wx-config tool is working.

  • Build executables:

$ cd drs4eb/software
$ mkdir build
$ cd build
$ cmake ..
$ make
  • Build "drscl" program only:
$ makde drscl

Contact

Stefan Ritt stefan.ritt@psi.ch

S
Description
No description provided
Readme 89 MiB
Languages
C++ 63.2%
VHDL 16.5%
C 14.6%
IGOR Pro 3.4%
Assembly 1.3%
Other 1%