fix JSON syntax errors

master
Sebastien Bourdeauducq 2019-02-12 19:57:39 +08:00
parent ff56a0d353
commit ef5ae20fe7
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
}, },
{ {
"type": "sampler", "type": "sampler",
"ports": [2, 3], "ports": [2, 3]
}, },
{ {
"type": "zotino", "type": "zotino",

View File

@ -38,6 +38,6 @@
"type": "urukul", "type": "urukul",
"ports": [1, 0], "ports": [1, 0],
"clk_sel": 0 "clk_sel": 0
}, }
] ]
} }

View File

@ -22,7 +22,7 @@
{ {
"type": "zotino", "type": "zotino",
"ports": [7] "ports": [7]
} },
{ {
"type": "grabber", "type": "grabber",
"ports": [1, 0] "ports": [1, 0]