changed Urukuls to one EEM each

master
SingularitySurfer 2020-12-03 14:00:39 +00:00
parent 069fb62f13
commit 8627678e56
1 changed files with 3 additions and 3 deletions

View File

@ -35,14 +35,14 @@
{ {
"type": "urukul", "type": "urukul",
"hw_rev": "v1.5", "hw_rev": "v1.5",
"ports": [3, 4], "ports": [3],
"clk_sel": 2, "clk_sel": 2,
"synchronization": true "synchronization": true
}, },
{ {
"type": "urukul", "type": "urukul",
"hw_rev": "v1.5", "hw_rev": "v1.5",
"ports": [5, 6], "ports": [5],
"clk_sel": 2, "clk_sel": 2,
"synchronization": true "synchronization": true
}, },
@ -50,7 +50,7 @@
"type": "urukul", "type": "urukul",
"hw_rev": "v1.4", "hw_rev": "v1.4",
"variant": "AD9912", "variant": "AD9912",
"ports": [7, 10], "ports": [7],
"dds": "ad9912", "dds": "ad9912",
"clk_sel": 2 "clk_sel": 2
}, },