move unused out of soc directory
[soc.git] / src / unused / iommu / axi_rab / coreconfig.py
diff --git a/src/unused/iommu/axi_rab/coreconfig.py b/src/unused/iommu/axi_rab/coreconfig.py
new file mode 100644 (file)
index 0000000..247d0ce
--- /dev/null
@@ -0,0 +1,6 @@
+class CoreConfig:
+    def __init__(self):
+        self.N_SLICES = 16
+        self.N_REGS = 4*self.N_SLICES
+        self.ADDR_WIDTH_PHYS = 40
+        self.ADDR_WIDTH_VIRT = 32