call create() function from sram/__init__

This commit is contained in:
samuelkcrow
2022-08-10 12:07:07 -07:00
committed by Bugra Onal
parent 2bbd293bf2
commit 34ee709c69
4 changed files with 2 additions and 3 deletions
+2
View File
@@ -39,6 +39,8 @@ class sram():
from base import design
design.name_map=[]
self.create()
def create(self):
debug.info(2, "create sram of size {0} with {1} num of words {2} banks".format(self.word_size,
self.num_words,