Merge branch 'dev' into multiport_characterization

This commit is contained in:
Hunter Nichols
2018-11-05 10:40:29 -08:00
4 changed files with 6 additions and 3 deletions
+4
View File
@@ -20,6 +20,10 @@ class functional(simulation):
def __init__(self, sram, spfile, corner):
simulation.__init__(self, sram, spfile, corner)
# Seed the characterizer with a constant seed for unit tests
if OPTS.is_unit_test:
random.seed(12345)
self.set_corner(corner)
self.set_spice_constants()
-1
View File
@@ -3,7 +3,6 @@ from design import design
import debug
import math
import tech
import random
from .stimuli import *
from .trim_spice import *
from .charutils import *