mirror of https://github.com/VLSIDA/OpenRAM.git
Removed unusued inputs in drain_c function
This commit is contained in:
parent
ebc91814e5
commit
f6924b7cc2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue