From 07ecf52b9f6cbae1e4c942376a924a2d111fe383 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 1 Apr 2019 15:49:01 -0700 Subject: [PATCH] Add giant example for front-end mode --- .../example_configs/giant_config_scn4m_subm.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compiler/example_configs/giant_config_scn4m_subm.py diff --git a/compiler/example_configs/giant_config_scn4m_subm.py b/compiler/example_configs/giant_config_scn4m_subm.py new file mode 100644 index 00000000..74d52fe6 --- /dev/null +++ b/compiler/example_configs/giant_config_scn4m_subm.py @@ -0,0 +1,14 @@ +word_size = 64 +num_words = 1024 + +tech_name = "scn4m_subm" +process_corners = ["TT"] +supply_voltages = [ 5.0 ] +temperatures = [ 25 ] + +output_path = "temp" +output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name) + +drc_name = "magic" +lvs_name = "netgen" +pex_name = "magic"