From 5e9fe65907f1f04b937f981214433ce7dfd05a33 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 12 Oct 2018 10:23:34 -0700 Subject: [PATCH] Remove banks from example configs --- compiler/example_config_freepdk45.py | 2 +- compiler/example_config_scn4m_subm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/example_config_freepdk45.py b/compiler/example_config_freepdk45.py index c550211c..2d820e9a 100644 --- a/compiler/example_config_freepdk45.py +++ b/compiler/example_config_freepdk45.py @@ -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" diff --git a/compiler/example_config_scn4m_subm.py b/compiler/example_config_scn4m_subm.py index 5c7d555f..68307927 100644 --- a/compiler/example_config_scn4m_subm.py +++ b/compiler/example_config_scn4m_subm.py @@ -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)