Commit 8342fa6c authored by Federico Vaga's avatar Federico Vaga

Merge branch '16-add-support-for-wrtd-based-designs' into 'master'

Resolve "Add support for WRTD based designs"

Closes wrtd-reference-designs#11 and #16

See merge request be-cem-edl/fec/hardware-modules/fmc-adc-100m14b4cha!5
parents af163868 7ab24ca7
......@@ -736,8 +736,12 @@ static bool fa_is_fpga_valid(struct fa_dev *fa)
}
switch (fa->meta.device) {
case FA_META_DEVICE_ID_SVEC_DBL_ADC_WRTD:
break;
case FA_META_DEVICE_ID_SVEC_DBL_ADC:
break;
case FA_META_DEVICE_ID_SPEC_WRTD:
break;
case FA_META_DEVICE_ID_SPEC:
break;
default:
......
......@@ -149,5 +149,7 @@ struct fa_calib {
#define FA_META_VENDOR_ID PCI_VENDOR_ID_CERN
#define FA_META_DEVICE_ID_SPEC 0x41444301
#define FA_META_DEVICE_ID_SVEC_DBL_ADC 0x41444302
#define FA_META_DEVICE_ID_SPEC_WRTD 0x57544E01
#define FA_META_DEVICE_ID_SVEC_DBL_ADC_WRTD 0x57544E05
#endif /* FMC_ADC_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment