mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
Change num_wmask to num_wmasks and write_size = None not word_size if wmask not used.
This commit is contained in:
@@ -35,7 +35,7 @@ class sram_wmask_func_test(openram_test):
|
||||
write_size=4,
|
||||
num_banks=1)
|
||||
c.words_per_row=1
|
||||
c.recompute_sizes_once()
|
||||
c.recompute_sizes()
|
||||
debug.info(1, "Functional test for sram with {} bit words, {} words, {} words per row, {} bit writes, {} banks".format(c.word_size,
|
||||
c.num_words,
|
||||
c.words_per_row,
|
||||
|
||||
Reference in New Issue
Block a user