mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
Fix sram creation in factory
This commit is contained in:
@@ -106,6 +106,8 @@ class sram_factory:
|
||||
# Dynamically load the module
|
||||
if real_module_type == "contact":
|
||||
c = importlib.import_module("openram.base.contact")
|
||||
elif real_module_type == "sram":
|
||||
c = importlib.import_module("openram.sram")
|
||||
else:
|
||||
c = importlib.import_module("openram.modules."+real_module_type)
|
||||
except ModuleNotFoundError:
|
||||
|
||||
Reference in New Issue
Block a user