stuttgart: swap two urukuls

This was apparently causing Vivado to miscompile
and resulted in non-functional bitstreams.
master
Robert Jördens 2021-06-15 09:00:26 +00:00
parent 1ac53e19d2
commit 52f15e1eb9
1 changed files with 2 additions and 2 deletions

View File

@ -37,13 +37,13 @@
"type": "suservo", "type": "suservo",
"sampler_ports": [3, 4], "sampler_ports": [3, 4],
"urukul0_ports": [5, 6], "urukul0_ports": [5, 6],
"urukul1_ports": [7, 8], "urukul1_ports": [9, 10],
"clk_sel": 2 "clk_sel": 2
}, },
{ {
"type": "urukul", "type": "urukul",
"hw_rev": "v1.5", "hw_rev": "v1.5",
"ports": [9, 10], "ports": [7, 8],
"clk_sel": 2, "clk_sel": 2,
"synchronization": true "synchronization": true
}, },