Fix ALL of the indents.

This commit is contained in:
Matt Guthaus 2019-07-27 11:30:48 -07:00
parent 37fffb2ed2
commit fa4f98b122
4 changed files with 13 additions and 11 deletions

View File

@ -41,7 +41,8 @@ class psram_1bank_nomux_func_test(openram_test):
num_banks=1)
c.words_per_row=1
c.recompute_sizes()
debug.info(1, "Functional test for sram 1rw,1r with {} bit words, {} words, {} words per row, {} banks".format(c.word_size,
debug.info(1, "Functional test for sram 1rw,1r with "
"{} bit words, {} words, {} words per row, {} banks".format(c.word_size,
c.num_words,
c.words_per_row,
c.num_banks))

View File

@ -36,7 +36,8 @@ class sram_wmask_func_test(openram_test):
num_banks=1)
c.words_per_row=1
c.recompute_sizes()
debug.info(1, "Functional test for sram with {} bit words, {} words, {} words per row, {} bit writes, {} banks".format(c.word_size,
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,
c.write_size,