Added custom 1rw+1r bitcell. Testing are currently failing.

This commit is contained in:
Hunter Nichols
2018-10-22 17:02:21 -07:00
parent f30e54f33c
commit 4f08062268
9 changed files with 312 additions and 9 deletions
+2 -2
View File
@@ -155,10 +155,10 @@ class VlsiLayout:
def traverseTheHierarchy(self, startingStructureName=None, delegateFunction = None,
transformPath = [], rotateAngle = 0, transFlags = [0,0,0], coordinates = (0,0)):
#since this is a recursive function, must deal with the default
#parameters explicitly
#parameters explicitly
if startingStructureName == None:
startingStructureName = self.rootStructureName
#set up the rotation matrix
if(rotateAngle == None or rotateAngle == ""):
angle = 0