From 2a912dab7a3debf2cc4666430e11b68057003dbd Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 29 Nov 2019 12:35:35 -0800 Subject: [PATCH] Remove unused config files --- compiler/tests/scn3me_subm/config.py | 22 ------------------ compiler/tests/scn3me_subm/config_back_end.py | 23 ------------------- .../tests/scn3me_subm/config_front_end.py | 21 ----------------- technology/freepdk45/config.py | 7 ------ technology/scn4m_subm/config.py | 7 ------ 5 files changed, 80 deletions(-) delete mode 100644 compiler/tests/scn3me_subm/config.py delete mode 100644 compiler/tests/scn3me_subm/config_back_end.py delete mode 100644 compiler/tests/scn3me_subm/config_front_end.py delete mode 100644 technology/freepdk45/config.py delete mode 100644 technology/scn4m_subm/config.py diff --git a/compiler/tests/scn3me_subm/config.py b/compiler/tests/scn3me_subm/config.py deleted file mode 100644 index 7b5b5e15..00000000 --- a/compiler/tests/scn3me_subm/config.py +++ /dev/null @@ -1,22 +0,0 @@ -# See LICENSE for licensing information. -# -# Copyright (c) 2016-2019 Regents of the University of California and The Board -# of Regents for the Oklahoma Agricultural and Mechanical College -# (acting for and on behalf of Oklahoma State University) -# All rights reserved. -# -word_size = 1 -num_words = 16 - -tech_name = "scn3me_subm" -process_corners = ["TT"] -supply_voltages = [5.0] -temperatures = [25] - -route_supplies = True -check_lvsdrc = True - -drc_name = "magic" -lvs_name = "netgen" -pex_name = "magic" - diff --git a/compiler/tests/scn3me_subm/config_back_end.py b/compiler/tests/scn3me_subm/config_back_end.py deleted file mode 100644 index f9c23417..00000000 --- a/compiler/tests/scn3me_subm/config_back_end.py +++ /dev/null @@ -1,23 +0,0 @@ -# See LICENSE for licensing information. -# -# Copyright (c) 2016-2019 Regents of the University of California and The Board -# of Regents for the Oklahoma Agricultural and Mechanical College -# (acting for and on behalf of Oklahoma State University) -# All rights reserved. -# -word_size = 1 -num_words = 16 - -tech_name = "scn3me_subm" -process_corners = ["TT"] -supply_voltages = [5.0] -temperatures = [25] - -route_supplies = True -check_lvsdrc = True -inline_lvsdrc = True -analytical_delay = False - -drc_name = "magic" -lvs_name = "netgen" -pex_name = "magic" diff --git a/compiler/tests/scn3me_subm/config_front_end.py b/compiler/tests/scn3me_subm/config_front_end.py deleted file mode 100644 index 40504a18..00000000 --- a/compiler/tests/scn3me_subm/config_front_end.py +++ /dev/null @@ -1,21 +0,0 @@ -# See LICENSE for licensing information. -# -# Copyright (c) 2016-2019 Regents of the University of California and The Board -# of Regents for the Oklahoma Agricultural and Mechanical College -# (acting for and on behalf of Oklahoma State University) -# All rights reserved. -# -word_size = 1 -num_words = 16 - -tech_name = "scn3me_subm" -process_corners = ["TT"] -supply_voltages = [5.0] -temperatures = [25] - -analytical_delay = False - -drc_name = "magic" -lvs_name = "netgen" -pex_name = "magic" - diff --git a/technology/freepdk45/config.py b/technology/freepdk45/config.py deleted file mode 100644 index 6058bb64..00000000 --- a/technology/freepdk45/config.py +++ /dev/null @@ -1,7 +0,0 @@ -process_corners = ["TT"] -supply_voltages = [1.0] -temperatures = [25] - -drc_name = "calibre" -lvs_name = "calibre" -pex_name = "calibre" diff --git a/technology/scn4m_subm/config.py b/technology/scn4m_subm/config.py deleted file mode 100644 index ed604578..00000000 --- a/technology/scn4m_subm/config.py +++ /dev/null @@ -1,7 +0,0 @@ -process_corners = ["TT"] -supply_voltages = [5.0] -temperatures = [25] - -drc_name = "magic" -lvs_name = "netgen" -pex_name = "magic"