kalypso_registers.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "INTEG_DURATION" : {
  3. "name" : "Integration Duration",
  4. "address" : "0x9000",
  5. "mask" : "0x000003FF",
  6. "notes": "GOTTHARD integration period (4ns step) 10 bits only"
  7. },
  8. "INTEG_DELAY" : {
  9. "name" : "Integration Delay",
  10. "address" : "0x9004",
  11. "mask" : "0x000003FF",
  12. "notes": "GOTTHARD integration delay (4ns step) 10 bits only"
  13. },
  14. "GOTT_GAIN" : {
  15. "name" : "Front-end electronics gain setting",
  16. "address" : "0x9010",
  17. "mask" : "0x0000000F",
  18. "notes": "Only 2 bits"
  19. },
  20. "TIMESCAN" : {
  21. "name" : "Timescan function",
  22. "address" : "0x9014",
  23. "mask" : "0x00000001",
  24. "notes": "Timescan = EN"
  25. },
  26. "GOTT_ODELAY_SET" : {
  27. "name" : "Output delay for front-end electronics",
  28. "address" : "0x9018",
  29. "mask" : "0x000000FF",
  30. "notes": "not used in this version"
  31. },
  32. "FT_TO_ACQ" : {
  33. "name" : "Number of fast-triggers to acquire",
  34. "address": "0x9020",
  35. "mask" : "0xFFFFFFFF",
  36. "notes": ""
  37. },
  38. "ST_TO_ACQ" : {
  39. "name" : "Number of slow-triggers to acquire",
  40. "address" : "0x9024",
  41. "mask" : "0xFFFFFFFF",
  42. "notes": ""
  43. },
  44. "FT_SKIP" : {
  45. "name" : "Number of Fast triggers to skip",
  46. "address" : "0x9028",
  47. "mask" : "0xFFFFFFFF",
  48. "notes": ""
  49. },
  50. "ST_SKIP" : {
  51. "name" : "Number of Slow Triggers to skip",
  52. "address" : "0x902C",
  53. "mask" : "0xFFFFFFFF",
  54. "notes": ""
  55. },
  56. "FRAME_RATE" : {
  57. "name" : "Time for total Acquisition",
  58. "address": "0x90C0",
  59. "mask" : "0xFFFFFFFF",
  60. "notes": "total orbits / (Value in hex * 220 ns) = Actual Frame rate "
  61. },
  62. "VERSION_REG" : {
  63. "name" : "Firmware version",
  64. "address" : "0x9030",
  65. "mask" : "0xFFFFFFFF",
  66. "notes": "Format 0xAAAA_BBBB where AAAA = KALYPSO version BBBB = firmware revision"
  67. },
  68. "ST_ACQ" : {
  69. "name" : "Number of Slow-triggers acquired",
  70. "address" : "0x9034",
  71. "mask" : "0xFFFFFFFF",
  72. "notes": ""
  73. },
  74. "FT_ACQ" : {
  75. "name" : "Number of Fast Triggers acquired",
  76. "address" : "0x9038",
  77. "mask" : "0xFFFFFFFF",
  78. "notes": ""
  79. },
  80. "CONTROL" : {
  81. "name" : "Control Register",
  82. "address" : "0x9040",
  83. "mask" : "0xFFFFFFFF",
  84. "notes": "Too many bits see User Manual!"
  85. },
  86. "CLK_DIV" : {
  87. "name" : "Clock divider for internal fast trigger generation",
  88. "address" : "0x9044",
  89. "mask" : "0xFFFFFFFF",
  90. "notes": "Divider of ADC CLK = 62.5 MHz. Set to 0 to enable external trigger."
  91. },
  92. "POWER" : {
  93. "name" : "Power configuration",
  94. "address" : "0x9048",
  95. "mask" : "0xFFFFFFFF",
  96. "notes": "Enables power supply chips on mezzanine card "
  97. },
  98. "KAL_CONF" : {
  99. "name" : "Advanced configuration",
  100. "address" : "0x904C",
  101. "mask" : "0xFFFFFFFF",
  102. "notes": "Advanced config. Used for testing and debugging..."
  103. },
  104. "STATUS_1" : {
  105. "name" : "Status register 1",
  106. "address" : "0x9050",
  107. "mask" : "0xFFFFFFFF",
  108. "notes": "See user manual for bit description"
  109. },
  110. "STATUS_2" : {
  111. "name" : "Status register 1",
  112. "address" : "0x9054",
  113. "mask" : "0xFFFFFFFF",
  114. "notes": "See user manual for bit description"
  115. },
  116. "STATUS_3" : {
  117. "name" : "Status register 1",
  118. "address" : "0x9058",
  119. "mask" : "0xFFFFFFFF",
  120. "notes": "See user manual for bit description"
  121. },
  122. "ADC_SPI" : {
  123. "name" : "SPI interface to ADC",
  124. "address" : "0x9060",
  125. "mask" : "0xFFFFFFFF",
  126. "notes": ""
  127. },
  128. "PLL_SPI" : {
  129. "name" : "SPI interface to PLL",
  130. "address" : "0x9064",
  131. "mask" : "0xFFFFFFFF",
  132. "notes": ""
  133. },
  134. "I2C_DAC_0" : {
  135. "name" : "I2C interface to DAC0",
  136. "address" : "0x9068",
  137. "mask" : "0xFFFFFFFF",
  138. "notes": ""
  139. },
  140. "I2C_DAC_1" : {
  141. "name" : "I2C interface to DAC1",
  142. "address" : "0x906C",
  143. "mask" : "0xFFFFFFFF",
  144. "notes": ""
  145. },
  146. "DDR_ADDR_WR" : {
  147. "name" : "BBB",
  148. "address" : "0x9074",
  149. "mask" : "0xFFFFFFFF",
  150. "notes": "Current WR Address in DDR"
  151. },
  152. "DDR_ADDR_RD_CUR" : {
  153. "name" : "I2C interface",
  154. "address" : "0x907C",
  155. "mask" : "0xFFFFFFFF",
  156. "notes": "Current RD Address in DDR"
  157. },
  158. "I2C_DAC_1" : {
  159. "name" : "BBB",
  160. "address" : "0x9078",
  161. "mask" : "0xFFFFFFFF",
  162. "notes": "Next WR Address in DDR"
  163. },
  164. "IDELAYS" : {
  165. "name" : "Configuration of IDELAY stage",
  166. "address" : "0x9080",
  167. "mask" : "0xFFFFFFFF",
  168. "notes": "Tuned by Lorenzo don't change!"
  169. },
  170. "ALIGN_ADC" : {
  171. "name" : "Pattern to align ADC",
  172. "address" : "0x9084",
  173. "mask" : "0xFFFFFFFF",
  174. "notes": "Align ADC pattern & Bits 13:0"
  175. },
  176. "CLOCK_PS" : {
  177. "name" : "Phase shift for output clock",
  178. "address" : "0x9088",
  179. "mask" : "0xFFFFFFFF",
  180. "notes": ""
  181. },
  182. "PCIE_RESET" : {
  183. "name" : "PCIe Id register",
  184. "address" : "0x0000",
  185. "mask" : "0xFFFFFFFF",
  186. "notes": "Register used to identify PCIe Board"
  187. }
  188. }