mirror of https://github.com/VLSIDA/OpenRAM.git
Fix syntax error.
This commit is contained in:
parent
f86985821a
commit
b75eef3684
|
|
@ -31,7 +31,7 @@ class timing_setup_test(openram_test):
|
||||||
import tech
|
import tech
|
||||||
slews = [tech.spice["rise_time"]*2]
|
slews = [tech.spice["rise_time"]*2]
|
||||||
|
|
||||||
sh = setup_hold.setup_hold(tech.spice["nom_corner"]))
|
sh = setup_hold.setup_hold(tech.spice["nom_corner"])
|
||||||
data = sh.analyze(slews,slews)
|
data = sh.analyze(slews,slews)
|
||||||
|
|
||||||
if OPTS.tech_name == "freepdk45":
|
if OPTS.tech_name == "freepdk45":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue