Simplify via offsets in replica bitline. Route clk_bar in control over supply rail until we get channel router working.

This commit is contained in:
Matt Guthaus
2018-02-05 10:22:38 -08:00
parent 84b42b0170
commit f21ff38cae
4 changed files with 45 additions and 36 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
import unittest
import unittest,warnings
import sys,os,glob
sys.path.append(os.path.join(sys.path[0],".."))
import globals
from globals import OPTS
import debug
class openram_test(unittest.TestCase):
""" Base unit test that we have some shared classes in. """
@@ -18,7 +19,7 @@ class openram_test(unittest.TestCase):
os.remove(f)
def local_check(self, a):
tempspice = OPTS.openram_temp + "temp.sp"
tempgds = OPTS.openram_temp + "temp.gds"