From 050035ae8d9bc14f1ae30c8fe575394383549456 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 7 Nov 2018 13:54:00 -0800 Subject: [PATCH] Add magic/netgen to example config --- compiler/example_config_scn4m_subm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/example_config_scn4m_subm.py b/compiler/example_config_scn4m_subm.py index 4e3b5aa2..5b97e0eb 100644 --- a/compiler/example_config_scn4m_subm.py +++ b/compiler/example_config_scn4m_subm.py @@ -9,3 +9,6 @@ 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"