aboutsummaryrefslogtreecommitdiff
path: root/arch/v1/vars.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-18 00:08:54 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-25 00:15:17 +0200
commit0f5581f53f73a92d33826c4771553a9683376e67 (patch)
treeeab8172d21dc4a0b36714af541d22a82cec858f3 /arch/v1/vars.py
parent00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb (diff)
Adds unit testing scaffold and build tests
Diffstat (limited to 'arch/v1/vars.py')
-rw-r--r--arch/v1/vars.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/v1/vars.py b/arch/v1/vars.py
index cf4f376..4eac4e7 100644
--- a/arch/v1/vars.py
+++ b/arch/v1/vars.py
@@ -76,6 +76,7 @@ core_data_fields = [
("uint64_t", f"xeva[{2 ** globals()["args"].mvec_pow}]"), # memory block swap events array
]
core_fields = []
+muta_flip = False
mvec_loop = False
proc_fields = [
("uint64_t", "ip"),