innsbruck4: try working around vivado non-reproducibility

master
Robert Jördens 2021-08-02 21:15:01 +02:00
parent 5c6da0ce9c
commit fdc29974ac
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@
"board": "DIO_SMA", "board": "DIO_SMA",
"ports": [0], "ports": [0],
"hw_rev": "v1.1", "hw_rev": "v1.1",
"edge_counter": true,
"bank_direction_low": "input", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "output"
}, },
@ -33,14 +34,14 @@
{ {
"type": "urukul", "type": "urukul",
"hw_rev": "v1.5", "hw_rev": "v1.5",
"ports": [4, 5], "ports": [6, 7],
"clk_sel": 2, "clk_sel": 2,
"synchronization": true "synchronization": true
}, },
{ {
"type": "urukul", "type": "urukul",
"hw_rev": "v1.5", "hw_rev": "v1.5",
"ports": [6, 7], "ports": [4, 5],
"clk_sel": 2, "clk_sel": 2,
"synchronization": true "synchronization": true
} }