IHP-Open-PDK
IHP-Open-PDK copied to clipboard
A few more questions about nmos_code.py
-
I don't understand why you would define epsilon twice:
self.epsilon = techparams['epsilon1'] Cell = self.__class__.__name__ typ = 'N' hv = False epsilon = techparams['epsilon1']
-
epsilon is defined as "epsilon1": 0.001, in json file. What is the purpose of this code: ng = math.floor(Numeric(ng)+epsilon) As far as I see, it has no effect.
Why is it invalid?
It is only a marker for our team to check validity.
@eskiyerli, I agree, there is long way to go to fine-tune and even clean-up the code..