From a43e83c648d4339333dd4a708ceead1d206419cd Mon Sep 17 00:00:00 2001 From: ciciwu Date: Thu, 10 Feb 2022 16:28:31 +0800 Subject: [PATCH] add urukul sync --- apmaster.json | 12 ++++++++---- apsatellite1.json | 3 ++- apsatellite2.json | 9 ++++++--- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/apmaster.json b/apmaster.json index 68cba44..3f18ece 100644 --- a/apmaster.json +++ b/apmaster.json @@ -11,25 +11,29 @@ "type": "urukul", "dds": "ad9912", "ports": [1, 2], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "urukul", "dds": "ad9912", "ports": [3, 4], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "urukul", "dds": "ad9912", "ports": [5, 6], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "urukul", "dds": "ad9912", "ports": [7, 8], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "dio", diff --git a/apsatellite1.json b/apsatellite1.json index e7581a8..f5c9a15 100644 --- a/apsatellite1.json +++ b/apsatellite1.json @@ -35,7 +35,8 @@ "type": "urukul", "dds": "ad9910", "ports": [4, 5], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "dio", diff --git a/apsatellite2.json b/apsatellite2.json index c92c786..2a78401 100644 --- a/apsatellite2.json +++ b/apsatellite2.json @@ -13,19 +13,22 @@ "type": "urukul", "dds": "ad9910", "ports": [1, 2], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "urukul", "dds": "ad9912", "ports": [3], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "urukul", "dds": "ad9912", "ports": [4], - "clk_sel": 2 + "clk_sel": 2, + "synchronization": true }, { "type": "sampler",