From 853d681a4282dde36c11af47a853528787dbea30 Mon Sep 17 00:00:00 2001 From: Benjamin Reese Date: Mon, 26 Aug 2024 14:14:00 -0700 Subject: [PATCH] Fix syntax error --- python/surf/axi/_AxiVersion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/surf/axi/_AxiVersion.py b/python/surf/axi/_AxiVersion.py index 573df47cbd..6cc0cb1cbb 100644 --- a/python/surf/axi/_AxiVersion.py +++ b/python/surf/axi/_AxiVersion.py @@ -89,7 +89,7 @@ def parseUpTime(var,read): self.add(pr.RemoteVariable( name = 'FpgaReloadHalt', description = 'Used to halt automatic reloads via AxiVersion', - groups = ['NoConfig'] + groups = ['NoConfig'], offset = 0x100, bitSize = 1, bitOffset = 0x00,