realtimeradio / ata_snap

FPGA firmware for SNAP boards at the ATA
GNU General Public License v3.0
4 stars 5 forks source link

ata_snap

This repository contains SNAP firmware and associated control software originally designed for use at the Allen Telescope Array.

The current firmware model is snap_adc5g_feng[_rpi].slx.

It has the following features:

Spectrometer output mode

Voltage "F-Engine" mode

Compiling the firmware

Software versions

To open/modify/compile:

  1. Clone this repository
  2. Clone submodules:
    git submodule init
    git submodule update
  3. Create a local environment specification file startsg.local.
  4. From the top level of this repository, run startsg (if your environment file is called startsg.local) or startsg <my_local_environment_file.local>.

Source Files