From 4577d380f99585f96695b56c92c680c386ec2a2a Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Sun, 24 Feb 2019 09:57:34 -0800 Subject: [PATCH] Add example 1w/1r --- .../example_config_1w_1r_scn4m_subm.py | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 compiler/example_configs/example_config_1w_1r_scn4m_subm.py diff --git a/compiler/example_configs/example_config_1w_1r_scn4m_subm.py b/compiler/example_configs/example_config_1w_1r_scn4m_subm.py new file mode 100644 index 00000000..c01b67b7 --- /dev/null +++ b/compiler/example_configs/example_config_1w_1r_scn4m_subm.py @@ -0,0 +1,20 @@ +word_size = 2 +num_words = 16 + +bitcell = "bitcell_1w_1r" +replica_bitcell = "replica_bitcell_1w_1r" +num_rw_ports = 1 +num_r_ports = 1 +num_w_ports = 0 + +tech_name = "scn4m_subm" +process_corners = ["TT"] +supply_voltages = [5.0] +temperatures = [25] + +output_path = "temp" +output_name = "sram_1w_1r_{0}_{1}_{2}".format(word_size,num_words,tech_name) + +drc_name = "magic" +lvs_name = "netgen" +pex_name = "magic"