- Edited
release-7/artiq/coredevice/coredevice_generic.schema.json lists the following keys (among others) without defining them well:
"variant"
: Does this have any sort of effect (aside from informing people)?"min_artiq_version"
: Does this have any sort of effect (aside from informing people)?"ext_ref_frequency"
: Can I omit this from my system description file and still switch to an external frequency reference at run-time viaartiq_coremgmt config write -s rtio_clock ext0_synth0_10to125
(for example)? Useful links: (A) release-7/artiq/firmware/runtime/rtio_clocking.rs#L48 sayswarn!("si5324_ext_ref and ext_ref_frequency compile-time options are deprecated. Please use the rtio_clock coreconfig settings instead.");
, (B) Artiq manual (legacy): Core device: Clocking and (C) Artiq manual (legacy): Utilities: artiq_coremgmt."rtio_frequency"
: Can I omit this from my system description file and still change the RTIO frequency at run-time viaartiq_coremgmt config write -s rtio_clock int_100
(for example)? See same links as point 3 above."enable_sata_drtio"
: Can I omit this from my system description file if I use the master's SFP ports to connect it to the satellites? Or is the SATA port better for this than the SFP ports? Why does the SATA option exist? The entire Artiq legacy manual only mentions SATA twice in Core device: DRTIO master variants / DRTIO satellite/repeater variants and the Artiq beta manual does not mention SATA at all."core_addr"
: No question here, just helpful link for readers: "core_addr" in system desc. file vs. ip-key in "config.txt"?