From bfc20a9aa9958308adc431bc399046639a440164 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Thu, 7 Feb 2019 06:38:07 -0800 Subject: [PATCH] removes debug corners --- compiler/example_configs/example_config_1rw_1r_scn4m_subm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/example_configs/example_config_1rw_1r_scn4m_subm.py b/compiler/example_configs/example_config_1rw_1r_scn4m_subm.py index 87c1304d..4d09cfee 100644 --- a/compiler/example_configs/example_config_1rw_1r_scn4m_subm.py +++ b/compiler/example_configs/example_config_1rw_1r_scn4m_subm.py @@ -10,7 +10,7 @@ num_w_ports = 0 tech_name = "scn4m_subm" process_corners = ["TT"] supply_voltages = [5.0] -temperatures = [25,50] +temperatures = [25] output_path = "temp" output_name = "sram_1rw_1r_{0}_{1}_{2}".format(word_size,num_words,tech_name)