Skip to content
Snippets Groups Projects
Rok's avatar
Rok Tavčar authored
 - Schematic sources + PDF printouts
 - PCB layout sources + gerber + gerberPDF
79b79052
Name Last commit Last update
PMC_REVA
README.md

White Rabbit Timing Receiver in PMC format

How to check out and synthesize the PMC gate ware

On Linux:

mkdir pmc
cd pmc/
git clone https://github.com/stefanrauch/bel_projects.git --recursive
cd bel_projects/
git checkout pmc
git submodule init
git submodule update
git submodule update --recursive

Optional: make pmc
Optional: Open project file bel_projects/syn/gsi_pmc/control/pci_pmc.qpf
with Quartus

Be aware that you need a Quartus 64-bit version to synthesize the design.