Indice

RD53 SystemVerilog/UVM Simulation Framework References

[ Back ]

VEPIX53 links

RD53 TWiki page:
https://twiki.cern.ch/twiki/bin/view/RD53/VEPIX53

Tutorial:
https://twiki.cern.ch/twiki/pub/RD53/VEPIX53/VEPIX53userguide_v1.1.pdf

Git repo:
https://git.cern.ch/web/VEPIX53.git

RD53 Simulation WG Indico page:
https://indico.cern.ch/category/5039

Contacts

Name Mail Skype
Sara Marconi Sara.Marconi@NOSPAMcern.ch -
Elia Conti Elia.Conti@NOSPAMcern.ch -

Git configuration

1. Download and install Git if not aleady installed,

linux% sudo yum install git

2. Basic Git configuration:

linux% git config --global user.name "Luca Pacher"
linux% git config --global user.email pacher@to.infn.it

Download repo

1. Go to a work area

linux% cd ~/scratch/devel/rtl

2. Clone Git repo from https://USER@git.cern.ch/reps/VEPIX53

linux% git clone https://lpacher@git.cern.ch/reps/VEPIX53 

3. Enter your CERN AFS password when asked to enter a passphrase

Documentation

The RD53 Collaboration's SystemVerilog-UVM Simulation Framework and its General Applicability to Design of Advanced Pixel Readout Chips
https://cds.cern.ch/record/1750098/files/AIDA-PUB-2014-019.pdf

VEPIX53 User Guide (Sara's talk at last RD53 General Meeting)
https://cds.cern.ch/record/1750098/files/AIDA-PUB-2014-019.pdf

Devel/random notes

linux% make plib