Use library imports globally

This commit is contained in:
Eren Dogan
2022-11-27 13:01:20 -08:00
parent 037468d88d
commit fccdc3c45b
455 changed files with 3254 additions and 3083 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
# Copyright (c) 2016-2021 Regents of the University of California
# All rights reserved.
#
from openram.sram_factory import factory
from openram import OPTS
from .bitcell_base_array import bitcell_base_array
from sram_factory import factory
from globals import OPTS
class col_cap_array(bitcell_base_array):