Increased enable pin's width for larger # of column mux ways.

This commit is contained in:
jsowash
2019-08-11 15:25:05 -07:00
parent 2573b5f48b
commit aa4803f3c4
3 changed files with 2 additions and 3 deletions
@@ -48,7 +48,6 @@ class port_data_test(openram_test):
a = factory.create("port_data", sram_config=c, port=0)
self.local_check(a)
c.word_size = 2
c.num_words = 128
c.words_per_row = 8
factory.reset()