Skip to content

Commit

Permalink
HVAMP converted to TTL, ARTIQ version at 6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mikolaj Sowinski <[email protected]>
  • Loading branch information
kaolpr committed Dec 10, 2021
1 parent 9b174ba commit 86e9a1a
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 33 deletions.
2 changes: 1 addition & 1 deletion dartiq.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"image": "technosystem/dartiq:f0c50c80"
"image": "technosystem/dartiq:6.0"
}
24 changes: 16 additions & 8 deletions gw/aegis-1tc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,28 @@
"ports": [5]
},
{
"type": "hvamp",
"ports": [7]
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [8]
"type": "dio",
"ports": [8],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [9]
"type": "dio",
"ports": [9],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [10]
"type": "dio",
"ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}
24 changes: 16 additions & 8 deletions gw/aegis-5tc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,28 @@
"ports": [3]
},
{
"type": "hvamp",
"ports": [5]
"type": "dio",
"ports": [5],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [6]
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [7]
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [10]
"type": "dio",
"ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}
24 changes: 16 additions & 8 deletions gw/aegis-5tc2-satellite.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,28 @@
"ports": [3]
},
{
"type": "hvamp",
"ports": [5]
"type": "dio",
"ports": [5],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [6]
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [7]
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [10]
"type": "dio",
"ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}
24 changes: 16 additions & 8 deletions gw/aegis-5tc2-standalone.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,28 @@
"ports": [3]
},
{
"type": "hvamp",
"ports": [5]
"type": "dio",
"ports": [5],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [6]
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [7]
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "hvamp",
"ports": [10]
"type": "dio",
"ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}

0 comments on commit 86e9a1a

Please sign in to comment.