From 5065d2ce2ba20a9c094014a7942fc44281616aad Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:19:38 -0700 Subject: [PATCH] update naming convention --- src/manta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manta/__init__.py b/src/manta/__init__.py index 2454252..42bbcda 100644 --- a/src/manta/__init__.py +++ b/src/manta/__init__.py @@ -46,7 +46,7 @@ class Manta: elif core["type"] == "io": new_core = IOCore(core, core_name, base_addr, self.interface) - elif core["type"] == "block_mem": + elif core["type"] == "block_memory": new_core = BlockMemoryCore(core, core_name, base_addr, self.interface) else: