Added words per row to datasheet

This commit is contained in:
Hunter Nichols 2020-12-22 15:00:11 -08:00
parent 732404b330
commit 6eac0530a1
1 changed files with 1 additions and 1 deletions

View File

@ -813,6 +813,6 @@ class lib:
datasheet.write("{0},{1},{2},".format('leak', control_str, self.char_sram_results["leakage_power"]))
datasheet.write("{0},{1},".format('words_per_row', OPTS.words_per_row))
datasheet.write("END\n")
datasheet.close()