forked from M-Labs/web2019
External clock reference variants -> options
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
6f7c2c020b
commit
da39ac3f56
|
@ -201,7 +201,7 @@ const shop_data = {
|
||||||
validator: {name: "ipv6"}}},
|
validator: {name: "ipv6"}}},
|
||||||
{type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk", fallback: {text: "125 MHz", checked: false},
|
{type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk", fallback: {text: "125 MHz", checked: false},
|
||||||
validator: {name: "frequency", params: {min: 10e6, max: 1e9}},
|
validator: {name: "frequency", params: {min: 10e6, max: 1e9}},
|
||||||
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 options may be provided if needed."}}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
{type: "Switch", args: {title: "Optical fiber", outvar: "optics", tip: "Use optical fiber instead of direct attach copper cable"}},
|
{type: "Switch", args: {title: "Optical fiber", outvar: "optics", tip: "Use optical fiber instead of direct attach copper cable"}},
|
||||||
|
@ -277,7 +277,7 @@ const shop_data = {
|
||||||
{type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk",
|
{type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk",
|
||||||
validator: {name: "frequency", params: {min: 10e6, max: 1e9}},
|
validator: {name: "frequency", params: {min: 10e6, max: 1e9}},
|
||||||
fallback: {text: "125 MHz", checked: false},
|
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 options may be provided if needed."}},
|
||||||
{type: "Switch", args: {title: "WRPLL", outvar: "wrpll", tip: "Enable WRPLL instead of Si5324"}},
|
{type: "Switch", args: {title: "WRPLL", outvar: "wrpll", tip: "Enable WRPLL instead of Si5324"}},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue