Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:personalpages:pacher:vepix53 [29/04/2015 13:10]
pacher
vlsi:personalpages:pacher:vepix53 [09/07/2015 14:04] (versione attuale)
pacher
Linea 1: Linea 1:
  
-[ __[[vlsi:​personalpages:​pacher|Back]]__ ]+====== RD53 SystemVerilog/​UVM Simulation Framework References ======
  
 +[ __[[vlsi:​personalpages:​pacher|Back]]__ ]
  
  
  
-====== ​VEPIX65 ​links ======+====== ​VEPIX53 ​links ======
  
 RD53 TWiki page: \\ RD53 TWiki page: \\
Linea 16: Linea 17:
 [[https://​git.cern.ch/​web/​VEPIX53.git]] [[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 ====== ====== Git configuration ======
Linea 38: Linea 46:
 ====== Download repo ====== ====== Download repo ======
  
 +1. Go to a work area
  
 <​code>​ <​code>​
 linux% cd ~/​scratch/​devel/​rtl linux% cd ~/​scratch/​devel/​rtl
 +</​code>​
 +
 +2. Clone Git repo from //​[[https://​USER@git.cern.ch/​reps/​VEPIX53]]//​
 +
 +<​code>​
 linux% git clone https://​lpacher@git.cern.ch/​reps/​VEPIX53 ​ linux% git clone https://​lpacher@git.cern.ch/​reps/​VEPIX53 ​
 </​code>​ </​code>​
 +
 +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 ======
 +
 +   * ho aggiunto le variabili ''​VEPIX_HOME''​ e ''​ARCH_NAME''​ nel ''​Makefile''​ per renderlo piu' portabile
 +
 +   * ''​make plib''​ contiene lo switch ''​-mklib''​ pero' sempra che questo impedisca una ricompilazione se modifico il codice
 +
 +<​code>​
 +linux% make plib
 +
 +</​code>​
 +