Update shuttler to have one mandatory EEM and clock source

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/100/head
Egor Savkin 2023-10-11 11:30:57 +08:00
parent 896946336b
commit fe26aa890d
2 changed files with 12 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -881,7 +881,7 @@ const shop_data = {
'~15MHz default analog bandwidth.',
'AD9117 DACs (14 bits @ 125 MSPS, <1 LSB DNL).',
'Differential analog output via mini-SAS HD with shielded impedance-matched pairs.',
'Included remote analog front-end (AFE) board converts differential signals to +/- 10V single-ended at the point of use, with additional gain and filtering.',
'Included remote analog front-end (AFE) board converts differential signals to ±10V single-ended at the point of use, with additional gain and filtering.',
],
size: 'big',
type: null,
@ -889,8 +889,16 @@ const shop_data = {
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 0,
clockOccupied: 0,
slotOccupied: 1,
clockOccupied: 1,
rules: {
resources: {
type: 'shuttler',
icon: '/shop/icon-warning.svg',
name: 'Shuttler',
message: 'This card needs a card that provides a EEM connector (e.g. Kasli) at its left.',
},
}
},
'pounder': {
id: 'pounder',