From 2c29db09e58aae11a316fbcf84991f4393872fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E7=84=9A=E5=AF=8C=E8=89=AF?= Date: Mon, 22 Apr 2024 17:56:08 +0800 Subject: [PATCH] Add WRPLL option to Kasli SoC --- static/js/shop_data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index f665fd2..a9b69b5 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -277,7 +277,8 @@ const shop_data = { {type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk", validator: {name: "frequency", params: {min: 10e6, max: 1e9}}, fallback: {text: "125 MHz", checked: false}, - tip: "Use external clock reference: 10, 80 (beta), 100 or 125 MHz. Other variants may be provided if needed."}} + tip: "Use external clock reference: 10, 80 (beta), 100 or 125 MHz. Other variants may be provided if needed."}}, + {type: "Switch", args: {title: "WRPLL", outvar: "wrpll", tip: "Enable WRPLL instead of Si5324"}}, ], [ {type: "Switch", args: {title: "Optical fiber", outvar: "optics", tip: "Use optical fiber instead of direct attach copper cable"}},