mirror of https://github.com/VLSIDA/OpenRAM.git
Uncommented horowitz delay function.
This commit is contained in:
parent
10085d85ab
commit
7dd9023ce4
|
|
@ -428,10 +428,7 @@ class spice():
|
||||||
c_intrinsic = self.get_intrinsic_capacitance()
|
c_intrinsic = self.get_intrinsic_capacitance()
|
||||||
# Calculate tau with provided output load then calc delay
|
# Calculate tau with provided output load then calc delay
|
||||||
tf = rd*(c_intrinsic+c_load)
|
tf = rd*(c_intrinsic+c_load)
|
||||||
# FIXME: horowitz disabled until other parameters have been
|
this_delay = self.horowitz(inrisetime, tf, 0.5, 0.5, True)
|
||||||
# fixed due to divide by zero issues
|
|
||||||
#this_delay = self.horowitz(inrisetime, tf, 0.5, 0.5, True)
|
|
||||||
this_delay = 0
|
|
||||||
inrisetime = this_delay / (1.0 - 0.5)
|
inrisetime = this_delay / (1.0 - 0.5)
|
||||||
return delay_data(this_delay, inrisetime)
|
return delay_data(this_delay, inrisetime)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue