From 40c677056f4aecccfe6b4197cf539b275208dad6 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Wed, 19 Apr 2023 12:57:01 +0800 Subject: [PATCH] Add instruction for standalone clocker Signed-off-by: Egor Savkin --- src/hw/clocker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/hw/clocker.md b/src/hw/clocker.md index 3712f11..5051317 100644 --- a/src/hw/clocker.md +++ b/src/hw/clocker.md @@ -52,3 +52,13 @@ Here is example setup for SynthNV RF signal generator: ## Testing Run `artiq_sinara_test` and check that it doesn't fail on the connected devices. + +Alternatively, if it would be shipped standalone: +1. Switch to external source +2. Connect to the external `CLK IN` clock source (frequency generator) via SMA cable +3. Power up Clocker with power supply or EEM +4. Check via oscilloscope all (internal and external) clocker outputs, that they output clock signal respective to the input frequency +5. Shut down Clocker +6. Switch to internal source +7. Connect clock source to the internal `CLK IN` via MMCx cable +8. Check outputs' signals via steps 3-4