From 4c347c4534ef16519ea9005b1e1c5b1ade846b5e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 22 Feb 2019 23:02:35 +0800 Subject: [PATCH] fix berkeley and wipm descriptions --- berkeley.json | 9 ++++++--- wipm.json | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/berkeley.json b/berkeley.json index bebd671..f0ee39d 100644 --- a/berkeley.json +++ b/berkeley.json @@ -21,19 +21,22 @@ "type": "urukul", "ports": [2, 3], "synchronization": true, - "clk_sel": 2 + "clk_sel": 2, + "pll_vco": 4 }, { "type": "urukul", "ports": [4, 5], "synchronization": true, - "clk_sel": 2 + "clk_sel": 2, + "pll_vco": 4 }, { "type": "urukul", "ports": [6, 7], "synchronization": true, - "clk_sel": 2 + "clk_sel": 2, + "pll_vco": 4 }, { "type": "urukul", diff --git a/wipm.json b/wipm.json index 13f85e4..039994d 100644 --- a/wipm.json +++ b/wipm.json @@ -17,6 +17,7 @@ }, { "type": "urukul", + "dds": "ad9912", "ports": [3, 2], "clk_sel": 0 },