From f6924b7cc2db131c7c471d95cc4fc73305e6a662 Mon Sep 17 00:00:00 2001 From: Hunter Nichols Date: Tue, 20 Jul 2021 11:33:18 -0700 Subject: [PATCH] Removed unusued inputs in drain_c function --- compiler/base/hierarchy_spice.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compiler/base/hierarchy_spice.py b/compiler/base/hierarchy_spice.py index af3c782b..4be721cb 100644 --- a/compiler/base/hierarchy_spice.py +++ b/compiler/base/hierarchy_spice.py @@ -535,10 +535,7 @@ class spice(): stack, next_arg_thresh_folding_width_or_height_cell, fold_dimension, - _is_dram, - _is_cell, - _is_wl_tr, - _is_sleep_tx): + _is_cell): if _is_cell: dt = tech.sram_cell # SRAM cell access transistor