|
|
(21 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| == SAMPA MPW1 documentation == | | == SAMPA MPW1 documentation == |
| | <center>[[Image:sampa.png]]</center> |
| | <pre style="color: red"> This page has moved to https://twiki.cern.ch/twiki/bin/view/ALICE/SAMPA</pre> |
|
| |
|
| ==== Analogue ====
| | [[Category:Mikroelektronikk]] |
| | |
| [http://folk.uib.no/ave082/SAMPA/test_plan_chip01.pdf SAMPA MPW1 Chip 1 testplan and documentation] | |
| | |
| [http://folk.uib.no/ave082/SAMPA/test_plan_chip02.pdf SAMPA MPW1 Chip 2 testplan and documentation]
| |
| | |
| | |
| ==== DSP ====
| |
| | |
| [http://folk.uib.no/ave082/SAMPA/SAMPA_MPW1_specs.pdf SAMPA MPW1 specifications]
| |
| | |
| [http://folk.uib.no/ave082/SAMPA/heitor_graduation_project_SAMPA.pdf Heitor Guzzo Neves Thesis (DSP description)]
| |
| | |
| == SAMPA DAQ Board Firmware and Software ==
| |
| | |
| ==== Source Code Repositories ====
| |
| [https://svnweb.cern.ch/cern/wsvn/SAMPA/ SAMPA SVN for web]
| |
| | |
| [https://svn.cern.ch/reps/SAMPA/ SAMPA SVN for client] | |
| | |
| ==== Documentation ====
| |
| [http://folk.uib.no/ave082/SAMPA/DAQ_board_spec.pdf SAMPA DAQ board specifications]
| |
| | |
| ====Registers====
| |
| See [[SAMPA/SAMPA Registers|SAMPA Registers]] for latest updated information on SAMPA registers.
| |
| | |
| See [[SAMPA/SAMPA DAQ Registers|SAMPA DAQ Registers]] for latest updated information on SAMPA DAQ registers.
| |
| | |
| | |
| ==== Compiled DAQ Firmware and Software Versions ====
| |
| The version is the same as the SVN version it was compiled from
| |
| | |
| =====Revision 42=====
| |
| ;:;Download
| |
| ;::*[http://folk.uib.no/ave082/SAMPA/rev42/sockit.zip SD Card image]
| |
| ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_FPGA_test_board_w_sampa.jic FPGA firmware with internal SAMPA for testing]
| |
| ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_FPGA_test_board.jic FPGA firmware without internal SAMPA]
| |
| ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA%20communicator.exe SAMPA communicator]
| |
| ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_analyzer.exe SAMPA analyzer (Windows binary) (ROOT 5.34/21)]
| |
| ;::*[https://svnweb.cern.ch/cern/wsvn/SAMPA/testing/software/SAMPA_analyzer/SAMPA_analyzer.cpp?op=dl&rev=42&peg=42 SAMPA analyzer (ROOT code)]
| |
| | |
| ==== Network fix ====
| |
| To set a fixed mac: Connect to terminal, warm reboot (key 6), press key in terminal to stop at uboot, type
| |
| setenv ethaddr '7e:a5:87:ec:06:03'
| |
| saveenv
| |
| boot
| |