Skip to content
Snippets Groups Projects

Draft: Temp fix

Closed Lucas Mollier requested to merge temp-fix into master
@@ -1258,7 +1258,7 @@ class Lpgbt(Hardware):
self.write_read(register.split("_")[0] , register.split("_")[1] , 1)
aligned = requests.get(url + "/flxconfigget/" + aligned_link, headers={"content-type": "application/json"}).json()["result"].strip().split("=")[1]
if aligned_initial != aligned:
raise Exception("Use this function before configuring the FE!")
raise Exception("Use this function only if the FE outputs in AURORA 64b/66b protocol!")
return link_list
Loading