Remove banks from example configs

This commit is contained in:
Matt Guthaus 2018-10-12 10:23:34 -07:00
parent 50cc8023a4
commit 5e9fe65907
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ supply_voltages = [1.0]
temperatures = [25]
output_path = "temp"
output_name = "sram_{0}_{1}_{2}_{3}".format(word_size,num_words,num_banks,tech_name)
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
#Below are some additions to test additional ports on sram
#bitcell = "pbitcell"

View File

@ -7,4 +7,4 @@ supply_voltages = [ 5.0 ]
temperatures = [ 25 ]
output_path = "temp"
output_name = "sram_{0}_{1}_{2}_{3}".format(word_size,num_words,num_banks,tech_name)
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)